rupert160

Results 2 comments of rupert160

I was having a few issues with the dconf aspect of the module too. When installing extensions sync, the `gnome_dconf` didn't like me submitting the `github-gist-id` and `git-hub-user-token`

I have v1.10.1 and `airflow initdb` for postgesql 11 failed too. I required: ``` --python >>> from cryptography.fernet import Fernet >>> fernet_key= Fernet.generate_key() >>> print(fernet_key.decode()) somelongkeyval then ``` --bash export...