Bas van Dinther

Results 36 comments of Bas van Dinther

I am currently using React with Inertia. I use the `react-i18n-next for the translations` package to translate strings in the frontend. When using the `route()` helper from Ziggy I get...

Wny is still PR still not merged? Even Node 16 is EOL. @jdcargile

Any more information about when the support for React 18 comes available?

Only one request is made for each url, so it should only be visited once by the scan. Can you tell me how many requests can be made each minute...

Hmm I don't think that's too low at all. But I think because it's grouped we reach the limit too fast. I'm currently thinking about building some throttle mechanism into...

I think the problem is with the `isBrokenLink` method which makes a request with `curl` to determine if the link is broken: ```php if (! function_exists('isBrokenLink')) { function isBrokenLink(string $url):...

I'm a little bit late but I got a solution @MuriloChianfa