Pascal Baljet

Results 136 comments of Pascal Baljet

I looked into this, and I understand the assumption that `onClick` should be cancelable, but I think the idea is that `` is always meant to use the Inertia router,...

For reference, see also PR #2238. I don't think we'll support other frameworks/libraries interfering with the history state.

I'm closing this issue due to lack of response. If you're still encountering this and can provide additional details or steps to reproduce, feel free to open a new issue,...

I've made it optional because I find it too risky to remove it by default, as we have never had problems with it. ```php FFMpeg::fromDisk("videos") ->open("/$this->name.$this->extension") ->exportForHLS() ->withoutPlaylistEndLine() ```

This first started happening in `v1.21.1`, so for the time being, I added this conflict section to `composer.json`: ```json "conflict": { "laravel/pint": ">1.21.0" } ```

I'm closing this as it's not a bug but something you have to manage yourself, as described above.

I've played around with this issue to understand the challenges here. Here's what I think: * Strictly speaking, brackets should be encoded according to RFC 3986. In practice, however, browsers...

I agree that the URL pushing is unwanted and that we should look for a solution, but we can't use `rawurldecode`. Since we can't determine in the backend whether unencoded...

> @pascalbaljet so will this be worked on, or? It's quite exhausting to have a PR that attempts to solve a problem closed, after a whole year, with no alternative...

> Yes, but are you going to open a PR with your proposed solution(s)? Presenting them in a now closed PR isn't going to do much. Sure, I've already mentioned...