Sandro Circi

Results 228 comments of Sandro Circi

@Nisthar @casualmatt Once we solve #242 I will start working on this. I could even be able to add it as an optional mode even for `6.0`. But considering the...

> any news on this? The SDK rewrite has been canceled and went back to a nuxt-first approach (RFC #271, current progress #273). This being said once that PR gets...

Ah, I do start to understand the issue now. Although it is not fully clear why we are forced to mark the output as untyped instead of the last successful...

Happening here as well (dockerfile deployment). I do have two different Github Apps, based on teams (since the `System Wide` checkbox isn't working #2643), as well as having the project...

Funnily enough, I'm having this exact problem in https://github.com/nuxt/ui/pull/3479 only windows side. EDIT: for Nuxt UI I'm also having an issue while re-exporting the types of [upstream validation libraries](https://github.com/nuxt/ui/blob/83725ac048eb03ac998ccd93ab393ed6a34a92fc/src/runtime/types/form.ts#L1-L8) ```ts...

Canceled this as I started to prefer contributing to MDC. Will keep `nuxt-markdown-render` more as a personal test/side project

> [...] Writing `bg-[--ui-bg-elevated]` for example whenever needed is a bit verbose I would refer a three-key "verbose", yet. Especially when you need to consider that you are calling a...

Personally, I would much prefer to write `bg-[--ui-primary]` compared to letting Nuxt UI hardcode some variables for me (especially without the need to write `dark:` each time and possibly altering...

> You can check the updated documentation here: https://feat-css-variables.ui-6q2.pages.dev/getting-started/theme#design-system. Any feedback is appreciated 😊 Looks amazing and well detailed. I'm really enjoying this "back to css-fist" configs!

> What do you think of the default colors? Right now the `primary` defaults to `green` and `secondary` to `blue` like `success` and `info` 😬 I've been using those exact...