Carl Törnqvist

Results 23 comments of Carl Törnqvist

Great to hear that you're working on a new version of the router, @yoshuawuyts. I was just about to make a PR implementing [path-to-regexp](https://github.com/pillarjs/path-to-regexp) (which has an option for strict...

What do you mean it’s not JavaScript? The size concern does make sense though, I’ll see what I can come up with.

Def makes sense but the main export is plain old ES4 (with super expressive JSDoc). Though their tests are in TypeScript and they have some type definition files in their...

Here's a wild guess but are you by any chance using `srcset`? I noticed recently that due to how bel/yo-yoify transforms the template literals, attributes are applied in the order...

I love this idea! Before I knew about choo-lazy-route I started work on pretty much the exact same thing called [choo-lazy-view](https://github.com/jallajs/choo-lazy-view) but it has support for a third argument being...

I've been working a bit on this lately but have hit a wall regarding what to do with SSR. On the client side we either preserve the current view as...

Agreed, this is mainly a quick fix to prevent crashing on unrecognized pseudo classes.

I'm getting `JavaScript heap out of memory` errors when using the `:has` selector. I guess it's not the easiest feature to implement but would some kind of meantime workaround be...

Would this be a server only thing or would it execute in the client also? If so it'd be great if there was a way of rendering a intermediate loading...

That's not a bad idea! As I mentioned in #4, I have a rewrite in the works and as soon as it's a bit more stable I'll be happy to...