Laurent Goudet

Results 12 comments of Laurent Goudet

I can confirm that @IlCallo solution indeed solves the problem, but shouldn't this be achieved by Capacitor itself? Or at least be part of Android template for new projects? As...

I've looked into it a bit as we were hitting that as well, and the issue happens when `vg-player` is destroyed right after being initialized, which happened for us as...

> Out of interest, what sort of API are you hoping to see, e.g. what endpoints would it provide (outside of enabling the feature itself)? Anything that is configurable through...

@JackMorrissey's workaround does the trick, but using `location.replaceState` breaks back navigation as no new state had been pushed to the History stack since the guard returned true. Using `location.go` (which...

> @JackMorrissey's workaround does the trick, but using `location.replaceState` breaks back navigation as no new state had been pushed to the History stack since the guard returned true. Using `location.go`...

> Crowdsec already exposes timing metrics about the parsing stage and the scenarios evaluation (only in prometheus, as we didn't find a good way to display the values in the...

> Did you modify the charts yourself ? I'm a little confused by the Y axis, it's supposed to be the buckets we use for the histogram (for example, for...

> hopefully #2687 explains that too :) Unfortunately it did not 😞. Looking at one of the last alert for instance, it fired at 15:16:29 UTC+1: When the corresponding request...

> I've spun up a similar instance on AWS, and the default setup (1 go routine) took around 5 seconds to parse 5k lines of nginx access logs, down to...

Thanks, your comment made me realize that I had 1k EP/s which is likely higher that what the default config can handle, which could explain why the alerts are firing...