vicencb
vicencb
Makefiles also support this: https://www.gnu.org/software/make/manual/html_node/Reference.html `$(foo)` `${foo}` This is useful because i often copy&paste snippets of makefiles into sh and sh does not support `$(foo)`.
When debugging a sub-module of a project with a deep hierarchy, the paths to the elements of that sub-module are too long and all of them begin with the same...
Hello, i would like to have a feature that is already present in sway: https://github.com/swaywm/swayidle/issues/42#issuecomment-543851171 > When the system is active, any event should keep the system active, as it...
Hello, i've setup a board with [pico_original.uf2](https://github.com/pico-coder/sigrok-pico/blob/main/pico_sdk_sigrok/release/pico_original.uf2) from commit `f9a3973d40e0876f6a4cce5232ff2daec8c11e37` (the latest as of now). The ttyACM0 port reports version `SRPICO,A031D21,02`. I've also build `libsigrok` from commit `883c2ac12b1de17c6a99c7aba833c38ea5e8006c` (also the...