Floris Laporte

Results 14 issues of Floris Laporte

The following code works for both gdsfactory7 and 8: ```python @gf.cell def simple_mzi(): c = gf.Component() # components mmi_in = gf.components.mmi1x2() mmi_out = gf.components.mmi2x2() bend = gf.components.bend_euler() half_delay_straight = gf.components.straight(length=10.0)...

bug

Hi I would like to create a custom Svg struct programmatically. However PathDescriptor is part of the non-public svg submodule. Can we expose PathDescriptor in the prelude of bevy_svg? Thanks...

I found that for some GDS files a string can be empty causing an usize underflow in the read_str method. This fixes it.

**Describe the bug** Very slow import on windows (especially right after a reboot) **To Reproduce** Import gdsfactoryplus on windows **Expected behavior** Faster import **Suggested fix** No idea **Environment (please complete...

bug