Nils Werner
                                            Nils Werner
                                        
                                    **Describe the bug** I cannot use `oscli` to send and dump a package without the server raising an exception. **To Reproduce** In one shell ```sh oscli dump ``` in another...
After your feedback on #7, this PR fixes the include paths to libgvps, and replaces any mention of submodules with an instruction on how to git clone and compile the...
This is an antithesis to #6 point 1 and a discussion starter. Using submodules for this kind of dependency management is a little bit controversial, because it has significant drawbacks...
There is a lot of useless whitespace in the code (which my editor automatically removed upon save, creating a lot of "changes" when I haven't even touched the files). This...
There is no need for a fixed sampling rate, this PR implements a variable sampling rate that can be chosen at runtime.
You wrote it yourself: you don't do any memory management currently. This PR fixed that :-)
It would be very useful if the user could see the file size that's expected to be downloaded once a player instance is started. See https://stackoverflow.com/questions/17416274/ajax-get-size-of-file-before-downloading on how to do...
When nesting flow blocks I'm starting to receive `RecursionError`s in the admin screen which I didn't see before: ``` File "/home/nils/Projekte/wspz/.env/lib/python3.11/site-packages/lektor/datamodel.py", line 438, in x.to_json(pad, record, alt) File "/home/nils/Projekte/wspz/.env/lib/python3.11/site-packages/lektor/datamodel.py", line...
This PR changes the way the debian packaging is done. I could never ever get the debian packaging to work, it hasn't been changed and most of the files were...
I am currently trying to include our projects in a continous integration setup and having to compile essentia for each test run is very tedious. Hence, I want to revive...