Mick Lawitzke
Mick Lawitzke
### Describe the feature The docs currently contain zero informations about testing. I am moving my backend from Nuxt to a separate Nitro app especially to have better testing abilities...
### Environment ``` nitropack: 2.9.6 ``` ### Reproduction https://stackblitz.com/edit/github-xaqmuq?file=nitro.config.ts ### Describe the bug Setting `cors: true` to does not work: ```ts routeRules: { '/**': { cors: true, }, }, ```...
According to Nuxt Image [docs](https://image.nuxt.com/get-started/configuration#format) the output file format can be set (e.g. webp, jpg, png). Vercel also supports setting the output file format according to the [docs](https://vercel.com/docs/build-output-api/v3/configuration#images). However, this...
This is really nice: ``` const modalRef = this.modalService.open(NgbdModalContent); modalRef.componentInstance.name = 'World'; ``` Anyway this does not trigger `ngOnChanges()` when we set the input "name" but this lifecycle-hook are a...
### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue - ### What package...
### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue - ### What package...
### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue - ### What package...
### Description I do have a shared project that contains interfaces and dto's: ```ts export class MySubDto { @IsString() name: string; } export class MyClassDto { @IsString() id: string; @Type(()...
### 🔗 Linked issue https://github.com/unjs/nitro/issues/2535 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...
### Describe the feature It would be cool if the docs would show some benchmarks in comparison with other frameworks: E.g.: * Cold start time * Requests per second *...