Danilo Bargen
Danilo Bargen
Is support for `Value::as_hash_map -> Option` planned? Currently it's not easy to convert a `Vec` to a `HashMap` because `Value` is not `Eq`.
When the canvas/output resolution is set to 1920x1080, v4l2sink works fine. But when I stop, change the canvas/output resolution to 1620x1080 and then start v4l2sink again, OBS segfaults: ``` Signal:...
First of all, thanks for this project! It's very useful. It appears that the regex even matches codepoints that are followed by a text variant selector (FE0E). The exclamation mark...
The killer feature of Evernote for me is the ability to simply upload searchable PDF documents and other scans to the system, as an archiving solution. There are two parts...
To complement `max_line_length`, a `break_at_hyphen` option would be nice. In vim, it would do `set fo+=b`.
I searched for a parser generator library that can parse my pest grammar file with few modifications and output C++{11,17} code. Unfortunately I did not find anything. If pest had...
##### SUMMARY Often you need to create a component that matches a symbol 1:1. This is quite tedious, since all fields need to be copy-pasted. ##### SOLUTION In the context...
##### SUMMARY Add a tool for drawing arcs in schematics, library elements and on the PCB. ##### SOLUTION I could imagine a tool that would default to to a 45°...
When using LibrePCB, the control panel stays open even after opening a project. When using a tiling window manager, this is especially impractical :)  Is it possible to close...
When building LibrePCB on Illumos (OpenIndiana): ``` $ mkdir build && cd build $ CMAKE_PREFIX_PATH=/usr/lib/qt/5.12/ cmake .. -DCMAKE_BUILD_TYPE=Debug $ make -j 20 ```  ...and running the resulting binary, the...