Juhan Oskar Hennoste

Results 173 comments of Juhan Oskar Hennoste

Those issues appear to be about adding new routes, not middleware. Unless there is some way to add middleware directly to the router that I'm unaware of, I don't really...

I feel like this issue can be closed. It seems that most if not all of the slowdowns observed here come down to how SQLite operates, not any problems with...

For me the main concern with WSL as a substitute for native Windows support isn't performance. It is that WSL adds a layer of complexity to getting any editor tooling...

There is this extension: https://github.com/ron-rs/ron/blob/master/docs/extensions.md#implicit_some.

Is there any update on this? I understand that a full-fledged parallel exec DSL is complicated, but it would be nice to at least have a version/copy of `.resources` where...

Maybe I'm misunderstanding something, but it seems to me that AsciiPointer is in practice just a 0x0 terminated u8 slice, not strictly ASCII, UTF-8 or any other encoding. If that...

I took a look at the new extends/layers docs. Perhaps I am missing something, but I still do not see how layers/extends fulfills this request. As I unerstand it, this...

> With todays layers, you can do create a empty nuxt project for the Main Website, which only has like 20 lines of code: > > ```ts > export default...

https://github.com/nuxt/nuxt/issues/5816#issuecomment-547880873 makes some points for why this would be useful. For me personally it is for making a plugin system, where the main app can load some subset of the...

Now that I've written it out like this, I will have to admit that the use case is to probably fairly niche.