Kaspars Sprogis
Kaspars Sprogis
If you generate keys with 2 of 3 for example and encrypt the message the only way to decrypt is using first 2 keys. It doesn't work if you use...
Hard to say when it stopped working or was it working while ago, but for a while I can't list psql databases anymore. If I run `sudo dokku psql:list` it...
Thank you for this useful plugin. It would be a very useful feature if we could provide extra arguments to commands like `dump_sql`, `restore_sql`, etc. For example we would like...
If you list plugins right now you got an error: ``` $ dokku plugin cat: /var/lib/dokku/plugins/available/redis/plugin.toml: No such file or directory panic: interface conversion: interface is nil, not map[string]interface {}...
I have a chart for one month data of every day and I would like to draw x-Axis on the first day of week to separate weeks. Is something like...
Installed apps have following apps installed: ``` # django-allauth==65.3.1 # django-allauth-2fa==0.11.1 INSTALLED_APPS = [ ... 'allauth', 'allauth.account', 'allauth_2fa', ] ``` When importing `OTPAdapter` it throws following exception. ```bash ./manage.py shell...