Fabian H.
Fabian H.
> 1. If you're comfortable with installing a `debug` build on your device, you can install one (side by side with your existing installation). Re-run the steps. Then appropriate logs...
Changing the cache limit to "unlimited" also solved the problem of automatic download for me. As it turns out, there is even an icon for that: https://github.com/AntennaPod/AntennaPod/issues/2414. I originally thought...
@orionlee I created a PR (https://github.com/AntennaPod/AntennaPod/pull/3213). I hope it is correct. I'm not an Android programmer.
With the Dockerfile from @morgenroth I get the same error. I think it is maybe because of python 3. So I tried it with an older ubuntu version and python...
I tried various commands, including: python3 manage.py migrate python3 manage.py migrate auth python3 manage.py migrate mygpo python3 manage.py makemigrations auth python3 manage.py makemigrations mypgo Without any luck :( . Always...
Hey, I also had problems getting it to work on our Teensy 3.2. I simply fixed it with changing the type from `HardwareSerial*` to `usb_serial_class*`: https://github.com/tum-phoenix/drive_teensy_vesc_control/commit/bce9d1105206404d5bc72050649393fa77210bdf
I also had a lot of problems with resolving various names like `repository.spotify.com`: https://gist.github.com/fabolhak/4dba7e4c167f9cf0e36c0195ebe8931d My configuration was: ``` [Resolve] DNS=46.182.19.48 FallbackDNS=1.1.1.1 DNSSEC=allow-downgrade DNSOverTLS=opportunistic Cache=yes ``` `dig +dnssec @46.182.19.48 repository.spotify.com` however...
There were some updates lately. Unfortunately, I didn't had time to check whether the problem is fixed. My current (working) configuration is: ``` [Resolve] DNS=46.182.19.48 FallbackDNS=1.1.1.1 #Domains= #LLMNR=yes #MulticastDNS=yes #[Service]...
similiar to this: https://github.com/owncloud/news/issues/1024
Hi, thanks for the fast reply. :) I'm not sure if I understand the functionality of the "Maximum read count per feed" correctly. So basically you are saying when a...