Lorenzo IN3HBB (as3ii)
Lorenzo IN3HBB (as3ii)
https://github.com/as3ii/espanso-package-rbw
The APRS plugin is found and loaded correctly by the plugin manager: ``` 2022-07-11 14:56:08.628 (D) PluginManager::loadPluginsDir: fileName: libaprs.so 2022-07-11 14:56:08.635 (I) PluginManager::loadPluginsDir: loaded plugin libaprs.so ``` But when I...
As per title, when adjusting the roll-off of the matched filter inside the inspector using the slider, the program crash with a segfault, doesn't matter the digital modulation selected. In...
When using SigDigger without PulseAudio installed, a window popup appear reporting: _"Cannot open audio device. Error was: Failed to set sample rate in ALSA player: Invalid Argument"_. No significant output...
``` [...] - /usr/bin/ld: backtrace.pic.o:/home/pi/.opam/4.07.0/.opam-switch/build/ocaml-base-compiler.4.07.0/byterun/backtrace.c:31: multiple definition of `caml_debug_info'; backtrace_prim.pic.o:/home/pi/.opam/4.07.0/.opam-switch/build/ocaml-base-compiler.4.07.0/byterun/backtrace_prim.c:47: first defined here - collect2: error: ld returned 1 exit status - make[1]: *** [Makefile:208: libcamlrun_shared.so] Error 1 - make[1]:...
I have problems with DNS resolution inside the sandbox while trying to use rootless docker and containerd+nerdctl. I've tried to run a shell inside the sandbox to debug the problem...
"pip3 install telethon" When the download end pip3 return: Running setup.py egg_info for package pyasn1 no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/source/.templates' Installing collected packages:...
it can be useful to have more variables accessible while composing a command with `:shell` and `:spawn` (particularly in `keymap.toml`. Below is an example that would satisfy one of my...
when switching from intel to nvidia, `optimus-manager --status` says `ERROR: the active card is "intel" but it should be "nvidia".`. **System info** - ArchLinux - bspwm - emptty (using startup...
The minimum rustc version that various dependencies require is 1.82, so I've updated MSRV in clippy.toml. For the same reason the flake.lock have been updated, being 1yr old. This will...