Niko Savola
Niko Savola
I think the type information would also be useful. That is currently not visible for the ones where they are defined.
This issue still persists
I haven't had time to experiment with this so I guess this can be closed until further notice.
Same could be done for gplugins
> how about using the `post_process` flag? Then it would be nice to have a convenient way to stack multiple `post_process` functions in case that is already used for relevant...
Supporting a sequence of functions sounds good to me but I think https://github.com/gdsfactory/gdsfactory/pull/2594 doesn't yet close this issue. Would need some sort of snippet implementing the file and linenumber as...
I made an example in https://github.com/iqm-finland/KQCircuits/compare/main...35-nbsphinx-kqc-examples which works, but it isn't very nice to git clone every time `make html` is performed. Should we instead do an optional git submodule,...
Seems like a nice way to type components based on other components. I wonder would it be easy to generate the TypedDict from a component function automatically, just by looking...