Colin Hebert
Colin Hebert
I wonder, will this support retry operations when `requestTimeout` get triggered?
What's the status of this rebase? cc @dpash
Hihi quick piece of feedback, the release cycle of the documentation is slightly out of sync with the latest version, which means that the current version of the documentation doesn't...
For now I'm using this hack: ```yaml name: Notifications services: gotify: image: gotify/server # Hack to get around the lack of secret support in Gotify entrypoint: ['/bin/sh', '-c', 'GOTIFY_DEFAULTUSER_PASS=$(cat /run/secrets/admin_password)...
FWIW, this happens when the search on trakt (using `https://api.trakt.tv/search/%s/%s?type=episode`) doesn't return any results. This can happen if the episode's TVDB ID isn't found on trakt. Trakt uses [TMDB](https://www.themoviedb.org/) as...
I'm having a somewhat similar usecase. Running with alpine, I have a first `RUN` that generates some data (with a bit of RNG). I need this data in following `RUN`...
Note, this pull requests simply adds the new healthcheck. To not confuse the users, the healthcheck currently added to the docker-compose files should be kept in the compose files until...
Leaving that for whomever wants to take it. FWIW, gin, the HTTP server, has a nice parameter `RemoveExtraSlash` which should handle that neatly. It should be a case of editing...
FWIW, This is why I currently use: ``` torznab: [ 37, // AlphaRatio ... ].map(i => `http://prowlarr:9696/${i}/api?apikey=MYKEY`), ``` This makes life a tinsy bit easier, but I would also love...
Not a MacOS dev, but here's a "workaround": `ln -s ~/Library/Preferences/com.oliverpeate.Bluesnooze.plist ~/Library/Containers/com.oliverpeate.Bluesnooze/Data/Library/Preferences/com.oliverpeate.Bluesnooze.plist` Not sure what is the right way to have Bluesnooze's making the request for its container to have...