Peter Romianowski
Peter Romianowski
### Describe the bug Using `` on an array and updating that array inside a `batch()` throws errors indicating that `` tries to render an `undefined` item. It looks a...
I just pushed the 2.16.2 docker image to our Google Cloud Container Registry and it reported 61 vulnerabilities. ``` High | 7.1 | — | glibc | CVE-2019-25013 Medium |...
I am using the neovim strategy which is async as most strategies are. I want to be able to execute vim commands after the test has finished. Is there a...
### Describe the bug The Junit reporter produces illegal XML if something resembling an XML tag shows up in the error message or stack trace. As an example, we get...
### Describe the bug Merely importing @node-rs/crc32 leads to a segfault after tests are finished. ``` vitest-dev-vitest-hkkxno llnode `which node` -c core.node.5641 [main ✗] [97c6c0a7b131] (lldb) target create "/usr/bin/node" --core...
### Clear and concise description of the problem `@vitest/ui` already creates a beautiful and very useful HTML report. We would like to have something similar created in our CI. ###...
### Clear and concise description of the problem `vitest` already has `describe.concurrent` which runs tests concurrently within the same worker. Test are not run in isolation then. ### Suggested solution...
First of all, it is great that you found a workaround to make `jest.mock` work at all! (I originally opened https://github.com/evanw/esbuild/issues/412) That being said, it does not seem to work...
AFAICS OpenAPI version 3 is the only supported version. Are there any plans to support version 2?
My setup is a bit unusual. I have `templ generate --watch` running on my dev machine but the app is running in a Docker container. I don't want to run...