Ganon
Ganon
Thank you very much @kurenn
Hi @dcnadler maybe it's hard to fix so here is a quickfix / workaround. Get the source code and modify this file https://github.com/Gueils/whales/blob/master/lib/rescuer.rb line 4 SLACK_WEBHOOK = "https://hooks.slack.com/services/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".freeze You just...
ENV variables are a good way to solve this problem now. Take a look here: https://symfony.com/doc/current/configuration/external_parameters.html
For speedtest-cli documentation used in this stack: ``` docker-compose exec speedtest /bin/sh -c "speedtest -h" ``` So it would be: ``` docker-compose exec speedtest /bin/sh -c "speedtest -L" ``` But...
+1
I use this for now: https://marketplace.visualstudio.com/items?itemName=csbun.playwright-extend https://github.com/csbun/playwright-vscode Works great, it's based on playwright extension and add in vscode a new submenu in "Testing" with Assert, Wait. I have to install...
If I can add a suggestion it would be to make possible to get the data from multiple url. Since you can have world.openfoodfacts fr.openfoodfacts etc. etc. it would be...
No problem, If you need some help feel free. Thank you
@doda nice catch ! Thank you, I can now launch koel app at least :) gonna try out a bit more. If all works, I'll submit a fix for the...
@Aidenir Yes just set forge as database name.... the problem is the app (laravel) doesn't take the ENV variable for the database so it will set the default one (forge)