Schplitt

Results 20 comments of Schplitt

~~I work alot with Nuxt/Nitro so maybe calling `apiBaseURL` is a better idea to impove comaptibility. https://nitro.build/config#apibaseurl~~ Scratch that, this is for the api itself in nitro. Nitro already uses...

I think the problem lies with the custom Tresjs renderer. I think it loses the previous context from the default renderer. The first time you inject it's actually `outside` the...

I don't see the described behavior in the stackblitz reproduction. Has this issue been fixed?

Hmm i'm not sure.. As there was only [one breaking change](https://github.com/Tresjs/tres/releases/tag/4.0.0) between 3.9 and 4.0 i think upgrading to tres 4 is not that much of an issue. Maybe @alvarosabu...

I got it working using [`unctx`](https://github.com/unjs/unctx) with [`Native Async Context`](https://github.com/unjs/unctx#native-async-context). Though it would be helpful if the context we provide to crossws could be self defined for cloudflare 😄

I'm experiencing similar issues with github pages. Seems fine when building locally and previewing it. But once deployed on github pages I get a brief flash of content not found....

> Thanks for the PR and explanations. > > The main benefit of unstorage is that it abstracts away the implementation of drivers with a unified (same) interface. Adding per-driver...

Could you elaborate a bit on what you had in mind with the Picking and Omitting? For me it sounds similar to what I came up with,but using the e.g....

I think I got the idea It's a 2 step process and for now only implement step 1 until the old storage interface is removed . I think I can...