Daniel Roe

Results 534 issues of Daniel Roe

### 🔗 Linked issue resolves #245 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...

bug

### 🔗 Linked issue https://github.com/nuxt/framework/issues/5947, possibly https://github.com/nuxt/framework/issues/3803. ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking...

bug

### 🔗 Linked issue #319 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change...

enhancement

https://blueboat.io/

preset proposal

### Environment Nitropack 0.3.8 Node v16.14.2 ### Reproduction ``` npx nuxi init nuxt3-app cd nuxt3-app && pnpm i --shamefully-hoist pnpm build && node .output/server/index.mjs ``` Sometimes this will trigger an...

bug

Would be nice if something is intended to be dynamic. Perhaps we could support `prerender.exclude` with RegExp, function or string signature? Or a render hook with option to skip rendering...

For example, if content-type is image or gzipped file, we might want to support writing binary rather than text data.

enhancement

https://serverless-stack.com/ https://github.com/nuxt/framework/discussions/4471

discussion
upstream

heroku is very customisable but mostly this is done with buildpacks. Here's [the node one](https://devcenter.heroku.com/articles/nodejs-support). By default the node buildpack will build, prune dev dependencies + package the entire app...

enhancement
preset proposal

When deploying a Nitro app with the `azure-functions` preset, static Images such as .pngs and .jpgs are rendered incorrectly. (They are converted to string, which messes with their encoding.) Issues...

bug
preset:azure