nohajc

Results 9 issues of nohajc

Out-of-sync go.mod with a reference to unused old version of protoc-gen-go-grpc causes a false positive finding in OWASP dependency-check. Running `go mod tidy` fixes the issue. Also fixes #327.

Hi, not really a bug but some behavior which I haven't seen mentioned in the documentation. I noticed that each time a mergerfs pool is re-mounted (to upgrade or apply...

bug
investigating

This change makes it possible to configure tunnels created by the App Store Wireguard UI using `wg` and `wgctrl-go`. It's an implementation of this suggestion: https://github.com/WireGuard/wgctrl-go/issues/96#issuecomment-1216933842 Because the app is...

This change makes it possible to configure tunnels created by the App Store Wireguard UI using `wg` and `wgctrl-go`. It's an implementation of this suggestion: https://github.com/WireGuard/wgctrl-go/issues/96#issuecomment-1216933842 Because the app is...

This change makes it possible to configure tunnels created by the App Store Wireguard UI using `wg` and `wgctrl-go`. It's an implementation of this suggestion: https://github.com/WireGuard/wgctrl-go/issues/96#issuecomment-1216933842 Because the app is...

This change makes it possible to configure tunnels created by the App Store Wireguard UI using `wg` and `wgctrl-go`. It's an implementation of this suggestion: https://github.com/WireGuard/wgctrl-go/issues/96#issuecomment-1216933842 Because the app is...

How can I make left click open the menu the same as right click? I assume it means implementing the correct `activate` action although it is not clear to me...

Hi, I was trying to build a shared library with the `aarch64-linux-android` target (for use with Termux) and it didn't work because `ld_preload` module is enabled for `gnu` targets only....

When I try to programmatically deselect a checkbox menu item (call `Uncheck`), it doesn't work if the menu item is part of a submenu. I wrote a minimal example reproducing...