Danilo Bargen
Danilo Bargen
With the current installer (both 0.1.5 stable and the version built by the `cmake` branch), the installer does not use the proper application bundle format for macOS. This is how...
### SUMMARY When editing a polygon on in the package or board editor, when selecting a row, highlight the selected vertex in the background. Current:  Idea: 
### SUMMARY Sometimes packages have pads that are evenly spaced, but that are not on the same grid as other pads. This means that when we align one of the...
### SUMMARY In the library manager, when having a lot of libraries installed, it would be nice if the user could jump to the desired library by clicking into the...
This is how a footprint looks in LibrePCB:  It looks like the doc layer is extending to the right of the copper layer:  But it's not. This is...
Since data is serialized to JSON using serde-json, when iterating over a map the implementation of the map defines the iteration order. serde-json uses a `BTreeMap` by default, where entries...
I'm used to digital audio mixing consoles from Yamaha, and I miss the visual feedback when using the non-graphical equalizer in easyeffects. Here's what the Yamaha CL series EQ looks...
When running `cargo crev update`, there are multiple repo URLs that are dead: ``` $ cargo crev update ... ERROR: Error: Failed to fetch https://github.com/vctibor/crev-proofs: remote authentication required but no...
The demo currently doesn't do any logging. If we'd simply copy over the logging stuff from `nrf52-demo`, then we'd have a lot of duplication. However, it could be easily added....
When advertising, a random delay (`advDelay`) between 0 ms and 10 ms should be added. From the spec (4.4.2.2 Advertising Interval):  This is probably blocked by #2.