Michalis Giannas

Results 20 comments of Michalis Giannas

@Atinux here you have a [reproduction repo](https://github.com/TiBianMod/storybook-nuxt-ui/tree/nuxt-icon) for testing use `main` branche first to see that `Storybook & Nuxt` with `Local components` and `Nuxt components` is working !!! and then...

> ### Chunking > Another advantage of not bundling is that we can break our type definitions into smaller chunks, doing this would make maintaining the types way easier specially...

> Hi, thanks for you feedback! However I think your not using the right library because if you look to the version history, there is no version 0.4.2 : https://www.npmjs.com/package/@nuxt/ui?activeTab=versions...

> the `fork mode` is working will be really nice, if we can have support for `cluster mode` ![CleanShot 2024-01-21 at 02 36 25](https://github.com/Unitech/pm2/assets/6713842/39495ad1-d6c4-4cd4-aff7-0689ffa658e5)

hehe you can run cluster with bun on linux > this is not working on mac 😢 `spawn.ts` ```ts import { join } from "node:path"; import { spawn } from...

let's see, we need to wait, hehe

@Mikilll94 I don't think you can use type annotations when you using the prop function (at least not the normal way)... I think this is invalid (at least for now)......

> I guess renaming it would just increase the migration cost from v7 and involve confusion as there was `@Component` I understand, you are right, the cost and the confusion...