Mathias Picker

Results 84 comments of Mathias Picker

> Hi, seems like you deleted the issue in Sentry. If you toggled the "full stack trace" switch, how many frames were shown and what were they? I haven't deleted...

> Seems weird. I'd imagine the stack trace to be way larger for a "maximum call stack size exceeded" error. There are also no recurring frames which would indicate that...

The component type is different in Svelte 5, so if i have a prop like `prefixIcon` and set the type to `Component` then TS will error because the types does...

Thanks for the quick response. Rather than providing a repro, I think it would be more practical to go ahead and create a v4 branch of the library that supports...

> Presumably because it was easier to set the cookie once and have SK's and the browser's automatic cookie handling take over. I don't know what setting this header on...

> But we'd also need to inject that header into all requests made from the browser as well, right? That's more the part I'm concerned about. I don't think we...

Would it be possible to avoid injecting the header from the browser by instead adding the `x-deployment-id` in a middleware on the server? It doesn't matter where the header was...

> No, we can't inject the header later. We need to know what version the browser has. That's the whole point of skew protection. True... i kinda forgot how servers...

> > > But we'd also need to inject that header into all requests made from the browser as well, right? That's more the part I'm concerned about. I don't...