Andrew

Results 882 issues of Andrew

Hi, Can we please get JSON5 support, so that we benefit from modern comment toggling?

Last I checked, AutoHotkey *.ahk files need `ascii`. It fails to process Unicode runes properly. And unfortunately `latin1` is not a subset of `utf-8`. Vintage international files use various non-Unicode...

Hi, Can we please get a Rust implementation, ideally with FFI exports, so that non-JS languages can benefit from Ajv validation?

### Problem you are trying to solve Can we get target triples going to support Cygwin-style Rust applications for ARM Windows? While we do technically have `aarch64-pc-windows-msvc` available, cross-compiling Windows...

enhancement
E-easy
O-windows
A-aarch64

**Is your feature request related to a problem? Please describe.** JSON is ambiguous in terms of support for modern syntax, including comments, trailing commas in collections, and using non-object schema...

enhancement

**Is your feature request related to a problem? Please describe.** Please follow the zeroconf property of modern applications: Do not require manual configuration in order to perform basic functionality (SCA...

enhancement

**Is your feature request related to a problem? Please describe.** Please provide a console `out` option, so that users can simply read the results directly from stdout. **Describe the solution...

enhancement

When I run `base16-universal-manager`, it complains `Error: no config file specified`. macOS Sequoia.

This framework interacts poorly with `go mod vendor`. When asked to scan the first party project code, it makes the mistake of scanning `vendor/` as well. ```console $ go-mutesting ./......