Jesse Hitch
Jesse Hitch
In #1209, because I didn't see this issue earlier, I wrote a small docker image that may be helpful to those who just need a binary quickly: https://github.com/Spotifyd/spotifyd/issues/1209#issuecomment-1580077632 It's not...
Bit of advice after playing with this for a while... In addition to using the postgresql host as a full connection string, you may also need to provide env vars...
Just tested this on both macOS and Debian via `brew install w3m --head` and after: ```bash export W3M_DIR="~/.local/state/w3m" ``` Everything is working as expected 🥳 I also have this alias...
> Is it possible to clear or disable the opcache if the server detects that maintenance mode is active? > > I am OK restarting php81-fpm to get _out_ of...
From inside the container, I see I can check the metrics endpoint from the [deployment guide](https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/DEPLOYMENT.md): ```console root@appflowy-web-app-cloud-7fddb8695c-2gpkr:/app# curl -v http://0.0.0.0:8000/metrics * Trying 0.0.0.0:8000... * Connected to 0.0.0.0 (127.0.0.1) port...
some kind of /health endpoint would be great because then we can have the readiness probe use that, but I guess the /metrics endpont would also help. In this instance,...
This code base is now in: https://github.com/argoproj/argo-cd/tree/master/applicationset I made the same mistake recently :)
Maybe I could add a build process for python 3.9, 3.10, and 3.11? I still use powerline in docker today, and it everything lower than python 3.8 is deprecated.
Thanks for the quick response! How can I switch to the `leftonly` theme? Do I need to change the `left` segment list to be to `leftonly` or is there a...
I added a PR that I think solves it: #2237