morph027

Results 66 comments of morph027

You might want to have a look at these fixes: https://github.com/mrliptontea/PurpleMine2/commit/a931c63ed4e6aaf14f805e7a1439c94ef3013b00

Solved it like this: ### ```/etc/numix-folders.conf``` ```bash STYLE=6 COLOR=blue ``` ### ```/usr/local/bin/trigger-numix-folders.sh``` ```bash #!/bin/bash grep -q '/numix-icon-theme' || exit 0 touch /tmp/trigger-numix-folders-update ``` ### ```/usr/local/bin/numix-folders.sh``` ```bash #!/bin/bash numix_folders_apply() { ....

https://gitlab.com/snippets/1539528

> Currently it's not possible. We are going to refactor loadbalancer pretty soon to different codebase and that might bring us possibility to add support for multiple ports. How far...

Probably some hint here: https://docs.gitlab.com/ce/api/v3_to_v4.html

Not sure if it's possible with the Signal app...anyway, we can add a notice on how to act in this case (manually deleting the file on the gateway). I can...

New version should return `{'success': False, 'error': 'remote identity is not trusted'}` in case it happens.