Vincent Rubinetti

Results 268 comments of Vincent Rubinetti
trafficstars

Having the same issue with `ReactRouter6Adapter`. Surprised this isn't a more common complaint and urgent fix. I feel like this library should try to be as non-destructive to the URL...

Generally I would say please create an Discussion for this rather than an Issue, since it's not really a bug or feature request. But in this case I guess `affiliation`...

You needed the line break there because you put the affiliation inside the portrait role span. It more appropriately belongs under the portrait text span.

No worries, I just wanted to clarify the difference. If you check back later, hopefully this will be added into the template and also the component will be a bit...

No, that is about ignoring events when trying to go beyond the `scaleExtent` while currently within it, i.e. trying to zoom in above the upper scale limit, or zoom out...

`stopPropagation` is also not allowed on passive event listeners, it seems. So we have to manually create a ref, attach listeners, etc. any time we want to prevent default or...

> Playwright fails to handle JSON imports without import assertions in ESM mode. This is becoming a catch-22 problem for me because of [this issue in a prettier plugin](https://github.com/trivago/prettier-plugin-sort-imports/issues/270). I...

Just curious, was this working properly before `4.3.3` released a few weeks ago? I'm experiencing some other bugs -- possibly related, possibly not -- where code that was working fine...

I'll look into this in depth later but off the bat I'll say that figuring out which fields to use was very difficult. I wasn't able to find any documentation...

Thanks for your detailed research and comments on this. I think this is worth keeping open and investigating more. I'd definitely like to get an authoritative answer on which field...