Craeckie
Craeckie
Hi, sorry for the long delay, semester started and it's a mess with all the online courses. > Have you tried restarting the phone for the locked database issues? I've...
There seems to be a difference between static and animated stickers. I'm able to add these: https://t.me/addstickers/MW001 and https://t.me/addstickers/ClintonVSTrump When I click on "Import from Telegram" nothing happens. But after...
@a5m0 I received this response some time last month: > Thank you for your interest in using the Amazon Drive developer tools. We need more information in order to consider...
Restore doesn't work for me on 5.1.1, backup was also created on 5.1.1. Restore worked for me on 5.0.2 with the same backup after that I could upgrade to 5.1.1....
I tried, but it doesn't work, because `/tmp` is a new directory for each execution. You can easily reproduce that by running `systemd-run --pipe --wait -p DynamicUser=yes -p CacheDirectory=pikaur -E...
One workaround could be to create the trustdb manually and then force its use in `systemd-run`: Create the trustdb: `mkdir -p /etc/gnupg/certs` `export GNUPGHOME=/etc/gnupg/certs` `gpg --recv-keys 6BC26A17B9B7018A` And set the...
I was able to add the env variable to the `systemd-run` in `core.py`: ```diff diff --git a/pikaur/core.py b/pikaur/core.py index 22f994a..fc026f7 100644 --- a/pikaur/core.py +++ b/pikaur/core.py @@ -141,6 +141,7 @@ def...
will this ever be implemented?
The problem persists in v0.4.0. In case you use postgres, the following might help to fix it: List the databases: `\list` Open the database: `\c signal_bridge` List all portals: `SELECT...
Make sure you have xrdb installed, in Arch the package is `xorg-xrdb`. The wiki doesn't even mention it: https://github.com/dylanaraps/pywal/wiki/Customization#i3