Yuri Lukyanov
Yuri Lukyanov
Now I understand that this is because of the following like in Dockerfile: ``` RUN pip install gunicorn graphite-api[sentry,cyanite] ``` So pip repository needs to be updated. Could you do...
I can confirm the issue. While whisper itself returns data as expected, according to configured retentions, graphite-api only correctly works within the interval of first retention. Besides "zooming" described above...
@brutasse Could you also update your [docker](https://hub.docker.com/r/brutasse/graphite-api/) image as well?
Waiting for this to be merged to upstream. A very good PR! Just one note. `use_pkce: true` forces PKCE for _all_ applications. There are use cases when you want to...
@Ross65536 Made a PR to your repo :) https://github.com/Ross65536/ex_oauth2_provider/pull/1
The same issue here. @sinasamavati do you have thoughts on this?
Same here. I don't think this is expected behavior.
@montymxb @Kiwifed0r That's why usually non-idempotent requests are not retried by default. Due to the nature of HTTP protocol and client-server architecture, from the client point of view there are...
Absolutely great changes here! I'd love to see them merged.