Jan Šilhan
Jan Šilhan
I tried to test app which using @material/react-text-field with Create react app latest version available. `"@material/react-text-field": "^0.9.0"` Then I was trying to test with `yarn test` with following error: ```...
**I'm submitting a ...** (check one with "x") ``` [x] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see...
When I try to validate xml file with XSD document and the encoding is set in the XML document I get encoding errors in the [result](https://github.com/rajzik/libxml-repro/blob/0e50cf94837f6e03f2b1950e6d58ae47a89350c0/xmlib.test.ts#L49). I am loading XmlDocuments...
I am trying to package my app for mac universal and the build fails on unpacking due to misconfigured flag `unpack: true` for the files. Configuration ```json { "$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/refs/heads/master/packages/app-builder-lib/scheme.json",...
## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation Update ## Description Enhance documentation for the @effect/vitest...
### What is the problem this feature would solve? `It.each` is essential part of testing and `@effect/vitest` would benefit by this addition. https://vitest.dev/api/#test-each Example: ```ts test.each([ { input: 'something', output:...