Adrien Poupa
Adrien Poupa
Good idea, may I also suggest a third section for other/misc flags? (checkered, pride, trans and possibly others to come)
Hi, I had the same issue and ended up writing my own package, if this is useful for anybody: https://github.com/AdrienPoupa/migrate-routines
Merci pour ta contribution! Cependant, je préfère ne pas avoir cela par défaut pour garder l'application simple. Serait-il possible de faire une activité de paramètres et d'activer la fonctionnalité depuis...
Je pensais faire un bouton pour supprimer toutes les attestations, cela répondrait-il a ton besoin?
There are pros and cons of having them in different containers, it's more of a personal choice I guess. Pros of having different containers: + Keeps containers lighter + No...
You're right, you're seeing this because the JS packages are not installed yet (node_modules is probably missing). I'm a bit conflicted on this one. On one hand I'd say it...
This is an issue for me on Ubuntu Server 20.04 (i5, 8gb RAM). Using qBittorrent 4.4.1, when downloading 3+ torrents simultaneously (100mbps+ connection, spinning hard drive), the CPU and RAM...
@star-39 I used the linuxserver Docker image but I think that's irrelevant given that 4.3.9 does not present those issues. I'm using it headless so only accessing the web UI,...
The `DB_HOST` should be the name of the service, ie, `mysql`: https://github.com/aschmelyun/docker-compose-laravel/blob/main/docker-compose.yml#L26
You should set the `user` in docker-compose.yml: https://medium.com/redbubble/running-a-docker-container-as-a-non-root-user-7d2e00f8ee15 Then, a chmod 755 will work