Ronan Doherty

Results 7 comments of Ronan Doherty

This would be a great PR to see merged, removing a big blocker to using Svelte Kit in contexts where legacy browser support is still necessary.

@smertelny I've been working on something similar and was falling at the last hurdle (i.e. calling the client `start` function successfully in legacy browsers). I'd love to see what you've...

I have experienced this issue also and can confirm the suggested patch works.

The patch suggested by @miguelyoobic95 in his issue above: > I have found that patching it slightly seems to fix the issue. This forces the NodeList to be converted to...

Previously I was very much in favour of getting rid of `segment`, but the more I build more complicated apps with nested layouts the more I appreciate it as an...

> @rodoch do you have any code you can share that demonstrates the complication you're describing? Nothing in a public repo, but I can demonstrate with some pseudo-code. For example,...

In case it is of any help to the OP, I also had this requirement and solved it by extending the Pocketbase framework with hooks in Go (code below). But...