Tobias Lundin
Tobias Lundin
## Description Chokidar can trigger `writeFile` for files that `glob()` does not (see example of issue in screenshot). In our case, starting `watch` on pattern `packages/**/*.module.css` in a monorepo has...
**Is your feature request related to a problem? Please describe.** The [newly introduced limit on 2000 characters](https://github.com/socketio/engine.io-client/commit/707597df26abfa1e6b569b2a62918dfcc8b80b5d) for URL's is breaking our implementation since we pass JWT's that are generally...
### Environment Nitro: `npm:nitro-nightly@latest` Node: `22.20.0` `@vitejs/[email protected]` ### Reproduction https://github.com/tolu/nitro-vite-legacy-bug Created via `npx create-nitro-app` and selecting *Full stack with vite* ### Describe the bug Not entirely sure why but using...
First of all I'd be glad to help out with this! Just firstly wanted to check if it was something you would appreciate. I spent the weekend trying to get...
### What problem are you trying to solve? [Nitro](https://v3.nitro.build/) based apps (like Nuxt, TanStackStart, SolidStart etc) produce build output in the `.output` folder. For such apps to work on deno...
### Problem description The build step for an `Astro` site (default blog template) fails ([example build log](https://app.deno.com/tolu/personal-web/builds/8q1279npx7w1)) when adding the `@astrojs/react` integration in `astro.config.mjs`. No react-component even imported. Locally, when...
This is really no biggie since multiple `Server-Timing` headers are perfectly allowed. But it could potentially save some bytes in the response. **Rationale** Adding `server-timing` headers is most commonly done...