Laurent Savaete
Laurent Savaete
Hi all, sorry for the lag. I am still the only person who can push a release. I will try to make one in the next few days, and find...
@twcurrie brilliant! Feel free to open a PR whenever you're happy with your code. I'd really like to make it so that there is no single bottleneck in the maintenance...
Hi @aschenkuttel thanks for raising this PR! In principle, I think it makes sense to try and resolve linter errors. I'm just wondering if there's a risk that some users...
While I don't have any strong opinion either way, the proposal you linked to seems to still be under heavy discussion (last comment there was after this ticket was opened)....
@himalacharya I don't understand how the code would work without the `request` argument. Can you share a minimal example that reproduces it?
Hi @VMAtm thanks for raising this. I don't have bandwidth to work on this at the moment. You're welcome to submit a PR with the needed changes though!
Hi @swartchris8 thanks for providing this code sample (and the kind words)! Just to make sure I've got the right context, can you confirm which version of fastapi you're running...
I think this issue https://github.com/laurentS/slowapi/issues/13 might be what you're after.
@sandeepkumar-one I've also added you to the repo as per #58
You should be able to pass a callable that returns a limit string, something like `1/minute`, as the limit definition in your decorator, instead of the hardcoded limit string. That...