Bill Gribble
Bill Gribble
I'm using react-chatview 0.2.5 vs. react 16.2.0 with basically no problems but one bad behavior that I can't pin down. When I switch from a large set of items to...
That would be what I am looking for, but it doesn't work for me. With it set, j and k (or cursor) move the cursor unpredictably, usually to the end...
I have working code that uses asyncio within a Celery task for just the kind of purposes discussed above (LLM i/o). There are a few caveats: * This isn't a...
If you are adding any configurability to snapping, I would propose the ability to swap the behavior for dragging nodes with and without ALT. In my application, "smooth" un-snapped dragging...
Just to follow up, I wrote this liitle piece of code to just keep iterating until an error happens and then assume we are done. I was hoping that this...
Moving this to 0.5 milestone
This is really necessary for implementing decent audio faders. Adding to 0.6
The multislope type is still left, but I think that can come later
These convenience objects can come in a later release. The bug documented in #181 does need to be fixed for 0.05 though.
The above commit puts a solid nail in the coffin, I think. Basically it implements the policy that the GUI owns "gui_params" and the main process has to explicitly change...