a1lu
a1lu
My issue was, that the protoc of my distribution was not recent enough to support some flags I needed (see https://github.com/nanopb/nanopb/issues/768). So in my case it would be a good...
Did you try install networkmanager and running `systemctl start NetworkManager.service`? (Worked for me on archlinux)
Well, this looks like a issue with debian / network manager. As the log states you could get support at https://www.debian.org/support. (Or debian mailing list etc.)
``` protonvpn_nm_lib.exceptions.KeyringError: Environment variable DBUS_SESSION_BUS_ADDRESS is unset ``` `DBUS_SESSION_BUS_ADDRESS` is unset.
The [blog](https://blog.hansenpartnership.com/efitools-1-4-with-linux-key-manipulation-utilities-released/) reads like that efi-updatevars should be supported on anything with kernel >=3.8
[AsciiDoc](https://asciidoc.org/) could be used to create the man page. Besides, the readme could also be polished up a bit.
same here android 7
Nope is not working. My code: `setJSExceptionHandler(errorHandler, true);` in constructor of main class. I still get the red ReferenceError screen for a undefined `test()` call
I got reminded about this issue through the github-actions. I checked the code and guess its by design, that ``` fmt.Fprintf(os.Stderr, "connecting...") ``` and ``` fmt.Fprintf(os.Stderr, "\rsecuring channel...") ``` don't...
Same here on cf2b877cd79a3d1d9e2cf1f44ec3ee8c66ddc984 , I noticed that some services can not connect to the database. ``` supabase-realtime | 2022-11-20 20:16:57.352 [error] Could not create schema migrations table. This error...