Sandro Circi
Sandro Circi
I ended up creating a new driver, since this impacted both performance and memory allocation compared to the default `memory` driver. Making all this an opt-in feature rather than a...
I'm terribly sorry for the late reply. I can confirm this can be tested using Chromium-based devtools in device emulation. It also happens in the docs 🤔 I'm not fully...
> I have the same issue where, on mobile, you need to press and hold while moving your hand to the pop-up menu. The same problem occurs with UPopover. This...
Will happily take a look tomorrow, but in general I'm not a super fun of `by` naming. My first reaction before reading the description and comments on this PR was...
Pushed a commit mainly focused on ordering generics with their sequential use, but I'm noticing a strange `never` for `items` which breaks various things starting from `modelValue`
> @sandros94 @J-Michalek What's left to do on this? On my end a type improvement for the model value (which gets typed as never in some cases)
> I've merged all the conflicts but @sandros94 I think the generics are wrong, it should be `generic="T extends CommandPaletteItem[]"` right? We should also be using `DynamicSlots` I believe 🤔...
@userquin we got a new release for [[email protected]](https://github.com/nuxtlabs/nuxt-component-meta/releases/tag/v0.10.1). If it is ok for you I would like to test it and fix this in https://github.com/nuxt/ui/pull/3479 later today or upcoming days
Is there a workaround available atm? @LouisHaftmann what issue are you facing with `#nitro-internal-virtual/`? I was looking for generating the api documentation starting from the validation of each route via...
> Jiti cannot resolve imports from `#nitro-internal-virtual/` [@sandros94](https://github.com/sandros94) but `#nitro-internal-virtual/*` is just an alias, which iirc jiti does support in its configs (tho I never used jiti directly atm). I'm...