Heb

Results 257 comments of Heb

> I actually like having auto-imports. Having to import things like ref, computed etc. would be super annoying. This discussion is not about removing auto-imports, but making them optional by...

Hey @g-plane , thanks for making this awesome plugin, I'm using it with dprint and biome for a vue project and it's amazing. However I've encountered a similar issue as...

I personally love this as a default, but perhaps having an option to disable it would be useful for some users.

This is supported by H3, so this should work already. ```typescript export default eventHandler(async event => { const form = await readMultipartFormData(event) // do stuff }) ``` Implemented here https://github.com/unjs/h3/blob/5f503c23286e431a249bf379b6bb779d62e71059/src/utils/body.ts#L111

Leaving this opens until this is documented.

Edit: Made a draft PR if someone wants to review https://github.com/statelyai/xstate/pull/5382 @ninique I'm currently testing this out in my apps, so far it's working well : ```ts import { effectScope,...

https://github.com/unjs/nitro/pull/1783/files was merged for IIS, I believe a similar approach could be used for Azure ?

> @Hebilicious thank you I don't understand how to use it ? You'd need to use either the plugin workaround (recommended) or a custom driver.

I was looking for a way to try this and did some research, then stumbled onto this issue. So I'll do a write-up of my findings : Since this issue...