Ludovic Dem

Results 38 comments of Ludovic Dem

Thank you very much :)

> What I was thinking is if you use two nested checks the request gets rejected if either rate limiter denies it. The burst is meant to only deny if...

Thank you, I will look into it :)

Hi, I have the same kind of error (using netcore 2.2 although no longer supported by Microsoft because I have no choice on that matter, infortunately). Using this line of...

> Weird, I was just able to. Well, I will not hide that it is a relief to me ...

I can't reproduce anymore, even when loading directly from the address bar.

Alright :) Though I suggest to check in a few days because @524c got a "302", so I assume a header before the page even loaded, and I have ublock...

I could not reproduce the same error as before, but I still had an error on esq. Now it seem to compile correctly. I have another error : > *...

I can confirm, this works. I tried to override my `esq` dependency: ``` defp deps do [ {:erlkaf, "~> 2.1.1"}, {:esq, path: "/home/lud/osef/esq", override: true} ] end ``` And modify...