Danilo Bargen

Results 235 issues of 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...

os-macos
UI / UX
build system

### SUMMARY When editing a polygon on in the package or board editor, when selecting a row, highlight the selected vertex in the background. Current: ![img](https://tmp.dbrgn.ch/20190811131437-bdeg7pik_000.png) Idea: ![img](https://tmp.dbrgn.ch/20190811131049-upavtqvc_000.png)

enhancement
UI / UX

### 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...

enhancement
UI / UX

### 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...

enhancement
tool-library-manager

This is how a footprint looks in LibrePCB: ![img](https://tmp.dbrgn.ch/screenshots/20190209160931-akho5f6z.png) It looks like the doc layer is extending to the right of the copper layer: ![image](https://user-images.githubusercontent.com/105168/52522406-5c296500-2c85-11e9-8eef-9350eec77f66.png) But it's not. This is...

bug
tool-library-editor

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...

enhancement

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): ![delay](https://user-images.githubusercontent.com/105168/83902777-5189bd80-a75d-11ea-88a1-9bfb2d7d8a1a.png) This is probably blocked by #2.

type: enhancement
area: beacons
area: link layer