Danilo Bargen
Danilo Bargen
equivalaent → equivalent exepcted → expected
I use a lot of `Uint8Array` values in my objects. Is it possible to validate those? Here's a reproducer: ```js import * as v from "@badrap/valita"; const BytesHolder = v.object({...
Is there a way to get fields in the inferred type to be marked as readonly? I'm thinking of something like this: ```typescript export const SCHEMA = v.object({ regular_field: v.string(),...
### Search Terms uint8array buffer env browser node nodejs ### Expected Behavior When I generate bindings with `--ts_proto_opt=env=browser`, I would expect bytes to be decoded as `Uint8Array`, even when running...
I think a few versions ago, the way to invoke cargo-audit was `cargo audit`. By now, the API was changed, and it's now `cargo audit audit`. Unfortunately if no subcommand...
Is it possible to specify the vite config (in case it is at a non-standard location) through `jest.config.js` or through the `vite-jest` command?
When modifying the defines, this makes it less likely to accidentally add a define twice. This also includes a fix for the documentation patching, which previously ignored the HAVE_* variables...
Based on #80
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...