Pleun Vanderbauwhede

Results 29 comments of Pleun Vanderbauwhede

Personally I avoid libraries that do any sort of script/src injection _because_ of the CSP complications it introduces and instead prefer libraries that force the consumer to manually import the...

I don't think there's a need for passive aggressiveness, Emil is maintaining this in his spare time and is in no way obliged to meet everyone's demands. Nobody's forcing you...

> We could put a try...catch around that and hope the user manually adds touch-action to their elements if they have a CSP. But that's not great. I'm guessing (can't...

Harder to achieve here because there's no global provider necessary for things that are pressable, and you need a way to pass that nonce, also at runtime. Runtime nonces are...

This also seems to complicate things such as https://github.com/colinhacks/zod/issues/1206 and https://github.com/fabian-hiller/valibot/issues/1088 where you want your input type to be less strict than your output type (perhaps even makes it impossible...

I ran into the problem with valibot and I had the impression it kept inferring the wrong type from `defaultValues` and thus ended up at this issue, but I might...

I've been running into a few similar surprises mostly related to the `beforeLoad`/`loader` behavior on a pathless `_authed` wrapper route. Observations: - `beforeLoad` and `loader` of the `_authed` wrapper route...

> Not sure if I am missing something here but I just used react query to cal a server function to get the session from before load in __root. I...

The Typeahead anchor indeed seems to disappear on almost the briefest scroll when the editor or a parent has an `overflow` set, it doesn't even have to scroll past the...