Raphael Gaschignard

Results 172 comments of Raphael Gaschignard

Hey @felixxm, thanks for the ping, this one fell by the wayside. Will find some time to work on this (unless someone else wants to pick it up and run...

Alright I spent some time looking at this (mainly identifying that the existing test does indeed fail with the old code sometimes), would just like some confirmation about whether my...

Added the missing test and tried to clean up the code to the best of my abilities. Will look at changelog/doc editing tomorrow, a cursory search didn't mead me to...

I believe to have answered all the outstanding questions on this branch, so it should be ready for a re-review!

@Amertz08 Thank you for the bug report! would you be able to provide the detailed error message here? It should save some time in actually fixing the problem. Having spent...

Thanks for the confirmation! To anyone who tries to fix this bug, a good way would likely be to use a get_or_create call instead of a create (after confirming that...

Maybe it would be possible here to write a bash script to set up the conditions here? Somethign where the main loop is ```bash for i in {1..20} do curl...

There's two ways of tackling this. One is to add a model-level validation for a non-empty `redirect_uris`. I think that would not work well for a couple reasons. Firstly, there's...

That's not the behavior I'm seeing, at least on the main page. For example it is currently 12PM in my local time, so when I click on "last day" I...

Yes, it's set to my local timezone. Just to be clear on what is going on. Right now when I open the main overview page, click "Last Day" at the...