Alex Efros
Alex Efros
Yesterday I've installed nightly (because I need "Always connect via relay" feature to work around disconnects/timeouts every 15 seconds) and have same issue. - Yes, I'm also using Gentoo. -...
This is a regression since 18 Nov 2020 b63be72. Actually this issue is tracked in a lot of places: https://github.com/jmoiron/sqlx/issues/505#issuecomment-780360639, https://github.com/jmoiron/sqlx/issues/612#issuecomment-769936281, #690, #712, #705, https://github.com/jmoiron/sqlx/pull/667#issuecomment-787731678, #657...
Build it with `go install -tags static` or `go install -tags static -buildmode pie` (latest is needed on systems with PaX-patched kernel). ```go package main import ( "fmt" "log" git2go...
I was looking at git2go/libgit2 to implement git status at shell $PS1 prompt, and thus delay more than about 0.1sec is really noticeable and critical (for this task). So for...
It looks like best way to get client IP is by making two changes to current implementation: 1. Process XFF from right to left, as was mentioned by @nickveenhof. 2....
Isn't this will apply both to tests and code, instead of just tests?
Yes, but this will exclude all rules of the linter, not just this one. Probably it's possible to except using `text:` instead of `linters:`, but it feels like a workaround:...
The container itself doesn't makes any troubles, e.g. these two options are enough to make even custom ALSA setup work in docker `--device /dev/snd -v $HOME/.asoundrc:/etc/asound.conf`: ``` docker run -i...
More details in https://github.com/mviereck/x11docker/wiki/Container-sound:-ALSA-or-Pulseaudio#alsa
Looks like this isn't specific to VPN: in root mode after manual pause it also re-enable itself after some hours.