Dennis Gloss
Dennis Gloss
I've used openjdk jmh to test the performance. Simple urls were parsed with "4+ million URLs per second"
I solved that problem by invoking `userManager.signinSilent()` in the reducer on the `USER_EXPIRED` action. In order to save user data between sessions I changed sessionStorage to localStorage by adding `userStore:...
Could you add `android-app` to supported schemes?
The tests are failing with the Request Timed Out, my local tests were failing like that too. However, it seems that my added test passes. Any advice?
@petedannemann Hi, I fixed the tests, but some of them are failing from time to time due to Request Timed Out error. I believe this is the issue [Flaky tests](https://github.com/segmentio/kafka-go/issues/1169)...
@petedannemann @ssingudasu Hello, could you please review this PR? I need this functionality for my project, and unlike sarama and confluent, this library doesn't have it. Or at least let...
It would be great if `response-targets` was part of the main htmx library. It's the only way to error handle HTTP requests, which I think should be done with every...