Thomas Ferreira de Lima
Thomas Ferreira de Lima
I closed the PR #1391 containing an automated stub generation bot. You can revisit it in the future, if you'd like. Honestly I am surprised the stubs are changing this...
This looks like the issue of code signing that I filed. If building a "heavy" dmg with HB python embedded, we need to code sign all the frameworks within. It...
For the love of me I am not able to build a HW version of the klayout app on my M2 Mac (Sonoma). The best I was able to do...
It would be technically possible and 'easy' to have a git-based version string for the wheels. But as Matthias said it would cause significant spam -- every commit generates ~300MB...
Hi Lukas. I wish there was an easy solution to this. First, to debug this, I feel like we will need to have a minimum working example. I wonder if...
This wouldn't work for Lukas because his use case is to launch third-party python modules from within klayout's macro environment. So a "reverse API". This sounds difficult to me at...
Here's an idea. Rather than burdening klayout's maintainers, what if we enable the macro editor to use an optional external python binary to execute the macro? Something along these lines:...
> Coming back to the original question, I'll check why mathplotlib isn't working with KLayout. I think it has to do with the coexistence of Qt and another event loop....
@joamatab I have been using this. Thanks! Sourcery caught a little bug. I put a PR to this branch in case you will end up implementing this feature. https://github.com/gdsfactory/gdsfactory/pull/2705
@coretl Thanks for getting back to me. I will try to work on these when I have free time next. `Stageable` was a key issue in my codebase. Some plans...