Nicolas Steven Miller
Nicolas Steven Miller
There seems to be an unnecessary use of eval for timestamp aggregation. This patch uses the sum function directly. The other changes are just removal of unnecessary trailing whitespace.
This example produces the following when launched in filter mode: ``` python Traceback (most recent call last): File "streamwatcher.py", line 91, in main() File "streamwatcher.py", line 75, in main user...
- Ensure that compilation is as fast as theoretically possible. Do the minimum work possible for each patch. Make sure that the `make` call is actually parallelized. - Cache as...
There are six ADC channels that should be relatively easy to add. Pins: C5, F6, F7, F8, F9, H4. Changes needed at least in `axoloti_board.c` and in the factory analog...
The startup patch should never cause the device to fail to start up even if it is broken for some reason. If the startup patch is broken, we should simply...
Sampling is confusing in the current system. The idea of having to type filenames exactly is hard on the user. Streaming from the SD card is painful to deal with....
There seems to be a possible regression in how responsive the UI dial is in certain situations, particularly in MacOS. My suspicion is that this might have something to do...
### Description It seems like the current state of affairs with the 4.0.1 release on PyPi is that the backend is locked in a compiled shared library that simply must...