Paul Masurel
Paul Masurel
Have you tried just quoting? `url:"http://www..." They are usually used for phrase queries but they can actually be used here. It will take your url as a whole and send...
If people want to contribute?
We can probably improve the code with the poor man's specialization. ```rust if automaton.always_match(state) { // ... } ``` or even ```rust if A::always_match() { // ... } ```
@PSeitz thanks for documenting this. I suspect two codec might not be enough. Around the limit, sparse is not very good. One obvious solution could be to use split the...
> should we merge this PR and open a follow-up issue then? Let's fix the bug and then merge. People do rely on edge.
oh really? let me check! Thanks for testing it!
@trinity-1686a There was a bug in the rate estimator indeed. I added @guilload to the review.
I think there are different ways to improve the estimation, but I'll merge this for the bugfix. @trinity-1686a feel free to revisit it.
I suspect there is a cool hack that could simplify the logic here and make it more powerful For instance, could we introduce a concept of "split group" string. Each...
It would be nice to fix this of course, but could disable telemetry in your env variables? We should also disable it on debug mode probably?