Vincent Bernat
Vincent Bernat
From [Go documentation](https://go.dev/doc/install/source): - GOARM=5: use software floating point; when CPU doesn't have VFP co-processor - GOARM=6: use VFPv1 only; default if cross compiling; usually ARM11 or better cores (VFPv2...
@agucova Which OS are you running? What is the content of `/etc/resolv.conf`? If it happens, could you run `systemctl kill -s QUIT nextdns` and look at `journalctl -u nextdns` and...
❦ 15 November 2021 15:46 -08, Randall: > @rs I'm putting an ebuild to address this and to contribute into the > Gentoo's Guru overlay; however the amount Go dependencies...
There have been multiple commits to attempt to solve such an issue. I think it is likely to be fixed in the current version.
What's the outputs of: - `apt policy` - `apt policy nextdns` - `dpkg --print-architecture` - `dpkg --print-foreign-architectures` You can also try `apt -a=armhf update` and `apt -a=armhf install nextdns` to...
The `-a` option is documented on the manual page but does not work either for me. Instead, `apt install nextdns:armhf` may work. What's the content of: - `ls /var/lib/apt/lists/repo.nextdns.org*binary*` -...
Nevermind, the problem seems to be on our side!
Could you try with the snapshot in #618? It switches back to Go 1.16 instead of Go 1.17 which was one of the main change between 1.35 and 1.36. Comment...
Yes, by default `sudo` cleanup the environment, so you don't get the `NEXTDNS_VERSION` variable.
About MPRIS support, it does not work for me. `playerctl` shows nothing. Is it expected to work? Edit: nevermind, it works, it's just that it only registers once there is...