Georgios Papadoulis
Georgios Papadoulis
- PySide6 works without breaking PySide2. ~~Probably works the same for PyQt5, PyQt6, but haven't tested.~~ Not Supported - Scaled connection path animation can now start / stop and was...
Node Inputs are only allowed one connection. I'd argue that one should be able to define how many connections are allowed for a Node Input, i.e negative number for infinite...
This issue discusses 2 concerns: - Source Code Loading Delays - "Hot" Reload for packages **For Source Code Loading** I'm documenting an idea for asynchronous source code loading, in case...
This PR includes type checking with the `Data` class when connecting nodes as well as when passing data between ports. It also includes some QoL changes. Specifically... ### Data and...
Hi! I've noticed two weird interactions. - When using a DropDownMenu in a cell, the popup appears on the top-left side of the table. Even hovering on it shows a...
I have an `AuthNotifier`, which retrieves a Session, based on whether the user is logged in or out. I also have a database provider, which watches that notifier. Both are...
I've been generally using the ToColumns mixin for my inserts and updates instead of a companion class, since I find it useful to simply pass all the data (if some...
Hello! Is there any reason the returned image bytes are in grayscale, or one channel? Couldn't the original image be returned? I assume this would be useful.
If the Reader Widget is placed inside another Widget and is not full screen, the indicator doesn't show the correct area to be cropped. To recreate, put the Reader Widget...