Sandro Circi
Sandro Circi
> Some improvements in [0.3.2](https://github.com/unjs/crossws/releases/tag/v0.3.2) should help this. > > Let's make an example in docs for simple session/auth handling. (PR is more than welcome if anyone is interested in...
@benjamincanac could I ask you to double check the various `default` slots and which could be optional and which must be required? For example most of `Prose*` components would require...
> @sandros94 Should we also update all `resolveComponent` instances with `#components` import? To provide typing? Shouldn't `resolveComponent` also resolve them?
When writing in tsx with `h` it provides type error when passing invalid objects and classes as return, as they need proper destructuring/stringification (something we are used with via `{{...
@travis-r6s thanks for reporting it! Indeed context is already initialized 😅
> We could merge with `defu` the `props` but the main issue is where to store those defaults? Because the `app.config` is for the theme: https://github.com/nuxt/ui/blob/v3/src/runtime/components/Button.vue#L14 and we need this...
Oh, I didn't notice this! What is the current plan for the actual data type within the storage itself? Personally I think this should be customizable depending on the actual...
Also, could this be the correct time to add optional compression? Recently, as I was experimenting with custom drivers with built-in compression, I've noticed that I could directly return the...
> To do this with an unstorage driver would require an asymmetric behavior where you compress on `set`, but do not decompress on `get`. indeed I don't use `get` but...
Currently the module doesn't support it out of the box. But if you are using `nuxt-directus-next` you could use the built-in Rest client and any sdk function, like so: ```js...