Daniel Roe

Results 2595 comments of Daniel Roe

I refreshed your lockfile + updated to Node v22 and could not reproduce. ![CleanShot 2024-08-28 at 14 37 29@2x](https://github.com/user-attachments/assets/fd5e34ca-e7bd-4441-ba38-e52aa6c7df42) Between each snapshot I ran: ```bash ab -n 1000 -c 50...

delighted to hear it! 🔥

Try running: ```bash pnpm playwright-core install chromium ```

I'd have a better idea of how to fix if you could provide a reproduction of the issue.

this was implemented in https://github.com/nuxt/nuxt/pull/30807 and will be included in Nuxt v3.16

I think you just need to provide `source`: https://stackblitz.com/edit/nuxt-starter-tdftk6. So, two possible improvements: 1. mark `source` required. 2. handle resolving aliases, so `~/composables/test` works as well.

You can use `$fetch.create` to create a custom preconfigured fetch instance for your needs.

useAsyncData is a composable (= declarative), and if you are using it imperatively and expect it to throw then that's an indication you should probably be using using something else,...

@cernymatej you'd be welcome to pick - checked with @pi0 to ensure he didn't have a WIP! ❤️