Joaquin Matres
Joaquin Matres
how can we make a cancelled workflow count as skip instead of failed? https://github.com/gdsfactory/gdsfactory/actions/runs/2799032426
How could we add a python API for freerouting? it would be great to interface with different tools such as gdsfactory [routers](https://gdsfactory.github.io/gdsfactory/routing.html) @miho @proppy
How can nbsphinx ignore one specific cell? ideally we would add something like ``` NBSPHINX SKIP print('this code should never run') ``` https://github.com/gdsfactory/gdsfactory/issues/335
How can we improve the python API? I love klayout and I would like to use it more. The main issue i ran is into is that all my workflow...
how would you extract Sparameters from a GDS file?
``` import phidl.device_layout as pd import phidl.geometry as pg nm = 1e-3 c = pd.Device() r1 = c
How can we connect two structures that have non-manhattan connections with offgrid ports? ``` import phidl.path as pp import phidl.device_layout as pd if __name__ == "__main__": c = pd.Device('non-manhattan-connect') b...
Hi Adam, this PR allows you to define ports with None orientation, which i find useful for routing low speed electrical routes let me know what you think Joaquin
Hi! Im trying to render some chips in 3D and i get some issues when i ran the latest version of pyglet on my laptop (Debian Linux) ``` NotImplementedError Traceback...