Pooya Parsa

Results 2282 comments of Pooya Parsa

Some notes [here](https://github.com/unjs/ofetch/issues/431#issuecomment-2306946446) about ofetch and design. I think you can make a feature request directly to `nuxt-auth-utils` to allow application wide headers for `useUserSession().fetch` composable via config or plugin....

@edgarsn Have you tried [fetch interceptors](https://github.com/unjs/ohmyfetch#%EF%B8%8F-interceptors). The option is available for `useFetch` too. Using interceptors, you can define function hooks to intercept and modify requests to add headers for example....

> `I didnt read all of the issue but please dont forget $fetch itself `$fetch` is similar to native [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) primitive and is stateless. Modifying global APIs behavior is an...

I think we can simply expose a hook from cloudflare one and allow integrating it since this feature is mostly vendor specific (cloudflare preset calls `cloudflare:email(event, context)` hook)

@RSS1102 The idea is to have mkdist as an unbuild builder. For migration you need `build` + `entries: [ { builder: 'mkdist', ... } ]`

You don't need to pick this as mentioned it is a long progress and still not final just an idea.

(update: renaming to `hashAsync` thanks to @danielroe idea)

(Disclaimer: I don't have any benefits of selling our projects) [obuild](https://github.com/unjs/obuild) is the official roll-down based successor of unbuild, based on the same principles. LMK if you found it useful...

Hi. In order to do this, you need to add an `!` to the type in commit message like `refactor!: change options interface`. This will be automatically detected by changelogen...