Christoph Bülter
Christoph Bülter
It's good to track the real date of a purchase, but one may forget to add it directly after. It would be great to be able to specify the actual...
Sometimes a Purchase consists of multiple entries that need to be summed together. It would be nice to be able to just type it in and let it sum up...
There should be a way to have a simple human- and machine-readable backup of all data around a `Collective`, preferrably as JSON. Django has a generic serializer that may help...
https://github.com/LeGoffLoic/Nodz This looks pretty much like what I wanted to build wth this library, so let's see if instead of (one day) finishing up here we could instead contribute to...
Not really a bug, but very unpleasant anyway: The Edge drawing seems to lack behind an update cycle or at least it looks like that. The Edges get left behind...
Given a user drags a new Edge from a Knob, make it visually snap to a nearby target Knob when some threshold distance is undershot.
Currently the width of a Node is dictated by its header text, which actually is an okayish estimate that graphviz can work with. The height however is set to 0.5...
Which can then not be deleted without clearing the complete scene. There is probably an edge case in calling `destroy()` on all affected items, or maybe race condition related to...
If I already know which language the audio file uses, there's no need to waste time trying to detect it. whisper supports a `--language ` parameter for that, it would...