Alberto
Alberto
Hi, sorry but I too don't have too much experience with nuxt 3 (waiting for the stable release before considering adopting it) so I can provide only some guess at...
> Nuxt3 is in RC, the functional stability is quite good to me: IMO it's the documentation that is not production ready. It wasn't my intention to badmouth Nuxt3 or...
Can add my 2 cents after using this theme for a couple of days and trying to tweak it: - borders are too high contrast (this is personal preference but...
Just an heads up, I was looking at the [extensions](https://github.com/zed-industries/extensions) repo and noticed that there is already a catppuccin theme that seems to be [this](https://github.com/ssaunderss/zed-catppuccin): it seems to be a...
I had the same problem, basically you can't use `bg-hero` classes with css variables because you can't interpolate them inside `url`. I solved this issue using the `mask-bg-hero` classes put...
Can confirm this issue too, experimenting a little I found out that basically the api generator is flattening too much: I forked OP repro to show it ( https://codesandbox.io/p/github/wonderbeel/nest-swagger-query-object-param-issue/ and...
Updating docs would be enough indeed, another option could be to try to solve it directly in the `ListboxVirtualizer` component adding an extra div and a property to decide the...
My idea was something like this ```vue export interface ListboxVirtualizerProps { /** List of items */ options: T[] /** Estimated size (in px) of each item */ estimateSize?: number /**...
Hey @zernonia let me apologize actually, I wanted to open a PR for that but between COVID and other personal stuff I didn't find time to do it. It totally...