TheSlowGrowth
TheSlowGrowth
After installing a new clang toolchain I noticed some warnings (that are elevated to errors) in the unit tests. CI should catch these errors soon so that the barrier to...
In #326 we started discussing how to avoid having to pass in DMA buffers to low level drivers. ### The Problem When transferring data to a peripheral with the DMA,...
The current prerelease format contains a `+` which makes it incompatible with npm (and yarn 3) ## Current Behavior `lerna publish --canary` yields a version with a `+` symbol, for...
When the "cwd" property is defined for a launch configuration in `launch.json`, the test output in the test panel breaks: After tests have been run, no red crosses or green...
Naming a test `TEST(, constructor)` results in this error when scanning for tests: `Cannot read property 'indexOf' of undefined`. Renaming to `TEST(, constructor1)` restores functionality.
Ideas: 1. Add midi note values to the chart. 2. highlight the note that is the reference pitch
If a measurement is out of the on-screen range in the graph/report, the software currently displays a blank column in the graph. A small arrow should be displayed instead to...
It would be cool if the app would have some sort of simple tuner. It's already there in the report window, so why not make it a stand-alone function?
possible options: - auto adjustment - auto adjustment ignoring the uncertainty bands - manual adjustment
It seems that sometimes when moving the windows around with the mouse, large errors are introduced in the measurement. Why? It's hard to reproduce but it happens.