Heb

Results 257 comments of Heb

My 2 cents on this : We should split this package/module into 2, one for apps with servers and one for SPAs/mobile apps. For SPA there's 3 main type of...

@armenr Sorry I'm just seeing this ... https://nuxt.com/docs/guide/concepts/auto-imports#vue-and-nuxt-composables If you look there you'll find more info about using async and composables. You might have to do some hacks or to...

Pasting an excerpt from my comment about the now duplicated issue https://github.com/nuxt/nuxt/issues/29923#issuecomment-2529500400 as it seems relevant : _____ It would also want to see a consolidation of all the auto...

@qin-guan Could this be fixed with https://github.com/unjs/radix3/pull/59 ?

That would be a great thing to have. For now I'm using a convention where the interval events start with an underscore. ```ts type Events = | { type: "Public"...

> The current config and docs are valid 💯 > > Thinking would be better advise new users to use the new managed `deployConfig` feature flag. > > ```ts >...

@pi0 got it, I made changes to recommend the use of these flags and provided more context.

@pi0 I stumbled back onto this, made some changes to resolve the comments, resolved merge conflicts and added a section on advanced configuration. What do you think ? It's been...

> Please add a test case verifying the fixed behavior. Hi @Andarist Due to the tests failing, I went ahead and investigated in depth, and found out that the issue...

for reference https://github.com/statelyai/xstate/pull/5382