Talley Lambert
Talley Lambert
yes that would be great! i do think a little chat would be super useful here
Writing some notes to self here (after having not looked at it for a while) that might help others understand what's going on here. This PR... - adds a new...
after talking with @ctrueden ... something I will try to implement: 1. implement a `sys.meta_path` importer that sees imports from `scyjava.types` and dynamically generates types 2. implement a entry-point specification...
ok @ctrueden, I think this is ready for final review. I've removed the hatch/setuptools plugins, and double checked all the documentation. will follow up on usage patterns in another PR....
@ctrueden, any thoughts on this step? I think it stands alone as useful, without imposing/deciding too much on who is going to use it
Yeah I think it could still easily live anywhere... the only thing that might eventually pin it somewhere is a decision to establish a shared public namespace like "scyjava.types". Which...
did find a concrete failure: ```pytb Traceback (most recent call last): File "/Users/talley/dev/self/slydb/.venv/lib/python3.12/site-packages/keynote_parser/codec.py", line 195, in from_buffer klass = ID_NAME_MAP[message_info.type] ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ KeyError: 6383 During handling of the above exception, another...
Ok, I can download it other ways… just thought I’d let you know, but if it’s a known issue that won’t be fixed, feel free to close!
hi @neili02, this is essentially the same as https://github.com/pyapp-kit/magicgui/issues/145 basically, it will require some magic, or at the very least the concept of a nullable widget (for every type) that...
Hi @SebastianHambura, yes it's not far off... but you're correct that it's not officially implemented just yet. There is https://github.com/pyapp-kit/magicgui/pull/704 (which is woefully under-reviewed, my apologies 😢) ... I will...