squeaktoy
squeaktoy
after doing `w4 new --zig test` and trying `zig build -Doptimize=ReleaseSmall` I get this: ``` /home/user/my_software/test4/build.zig:8:14: error: no field named 'cpu_arch' in struct 'Build.ResolvedTarget' .cpu_arch = .wasm32, ^~~~~~~~ /usr/lib64/zig/9999/lib/std/Build.zig:2242:28: note:...
Some MUCs have special adhoc commands, however while these commands do enter the `_command_list_result_handler` and `win_handle_command_list` functions, and they end up inside the `cmds` GSList object, somehow `win_println` refuses to...
I tried to write a service with a long command so I naturally thought "let's escape the newline with backslash!" but nope, doing so results in this error: ``` Checking...
The web interface always returns 404 no matter what I do. OS: Gentoo Linux # Config ``` web: port: 5030 authentication: disabled: false username: [REDACTED] password: [REDACTED] soulseek: username: [REDACTED]...
**Describe the bug** If you enable log.showSignature in `.gitconfig`, lazygit will spill some of the gpg signing info from the commit log into the reword dialog. **To Reproduce** Steps to...
Here's the command I ran: ``` $ go install -v libdb.so/dissent@latest github.com/diamondburned/gotk4-adwaita/pkg/adw # github.com/diamondburned/gotk4-adwaita/pkg/adw gotk4-adwaita/[email protected]/adw/adw-about-window.go:22:10: could not determine kind of name for C.AdwAboutWindowClass ``` This error is the same as...
This adds the `eval_password` accounts config option, which makes Aparte execute it as a shell command and use its output as password. Unfortunately I cannot get it working just yet....
I build abaddon with the following command, and it fails with the following error during link-time. `cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo . && cmake --build build/ -j4`: ``` [100%] Linking CXX executable...
**Bug Description:** Any context menu doesn't show up / is invisible. **Surge XT Version** 1.3.2 * Version: Surge XT 1.3.2 * Plugin Type: VST3 & LV2 * Bitness: 64-bit **Reproduction...
OS: Gentoo Linux Kernel: Linux version 6.6.41-gentoo-dist C Compiler: GNU GCC 13.3.1 Go compiler: go version go1.22.6 linux/amd64 glib package info: ``` dev-libs/glib-2.78.6::gentoo was built with the following: USE="dbus elf...