Sam Blowes

Results 135 comments of Sam Blowes

Hey @pi0, My small website is now taking 10~mins to build. ``` ------------------------------ - Operating System: Windows_NT - Node Version: v20.7.0 - Nuxt Version: 3.7.3 - CLI Version: 3.8.4 -...

Thanks @manniL, I get the same results with 3.9 ``` ------------------------------ - Operating System: Windows_NT - Node Version: v20.3.0 - Nuxt Version: 3.7.3 - CLI Version: 3.9.0 - Nitro Version:...

Same for me, reproduction here: Im not sure how we can make a reproduction on Codesandbox for proxy issues? Maybe there is a public proxy we can use? > a...

In addition to this, there is no types for `agent` in `oftech` --- Edit this has been reported [here](https://github.com/unjs/ofetch/issues/316)

Could it be because `ofetch` takes preference on nodes native fetch, which in newer versions of node uses `undici` which does not use `agent` instead it uses `dispatcher`. So you...

> Could it be because `ofetch` takes preference on nodes native fetch, which in newer versions of node uses `undici` which does not use `agent` instead it uses `dispatcher`. >...

https://undici.nodejs.org/#/docs/api/ProxyAgent?id=example-basic-proxy-request-with-local-agent-dispatcher

late to the party here, but Nuxt has this style of routing

@sixlettervariables how about handling for nested routes like this? ``` /users (controllers\users\index.js) /users/:user (controllers\users\{user}\index.js) /users/:user/orders (controllers\users\{user}\orders\index.js) ```

I was unable to get this code working, it just doesnt appear to be matching ``` yarn remove express-enrouten yarn add sixlettervariables/express-enrouten#order-routes ``` Directory ``` /api/enitities/1000/alerts => api/entities/{id}/alerts.js ``` alerts.js...