Lucas H. Gabrielli
Lucas H. Gabrielli
It should be possible to increase the performance of `Cell.to_gds` using multi-threading. The generation of polygonal boundaries from `FlexPath` and `RobustPath` and fracturing all polygons (including the results from paths)...
The first call to Nyaovim handles filenames with spaces correctly, but opening a second one from the terminal or file manager splits the file into multiple arguments. I have tried...
Would it be possible to add support for lossy materials to properly address #4 and improve #7? I'd be willing to give it a try if @jtambasco agrees to it....
The current implementation uses ```python path = os.path.dirname(__file__) fn_cache = path + '/.material.cache' ``` as cache directory. For system-wide installations, the user usually doesn't have write permission to this path....
This fixes the issue raised in #3741 by using the parser function for each window title before any state or markup is applied, similarly to what is done for the...