Andrew Weiss

Results 41 issues of Andrew Weiss

The `ausearch --input-logs -k docker ...` commands in _cis-docker-benchmark-5.22_ and _cis-docker-benchmark-5.23_ take a bit too long to execute. May want to find an alternative searching mechanisms.

For some reason, my generated `index_bg.wasm` binary isn't being bundled with the rest of the `.js` output. I'm instantiating the plugin as follows: ```javascript new WasmPackPlugin({ crateDirectory: path.resolve(__dirname, '../../../crate'), forceMode:...

Is it possible to execute a sparse checkout based on the full remote URL path to a folder within a Git repo? Similarly to how `go get ...` works. Might...

Fixes size control validation errors as reported in #126

bug
validation
control

Fixes #116 and #120.

bug
parser
validation

There's some odd formatting behavior with comments after trailing commas in member key group entries.

bug
help wanted

All errors are currently `Box`'ed with little actionable information. The library should provide for better error handling mechanisms for lexing, parsing and validation.

enhancement
help wanted
parser
validation

Implements #97 and allows one to generate fake JSON data from a given CDDL document.

enhancement
json

Implement a JSON data faker from CDDL per one of the original project goals outlined in the README

enhancement
help wanted
json

A v2 of this library would likely warrant a re-write using a more formal parser library, like [nom](https://github.com/Geal/nom). It would be interesting to compare the performance of nom vs. the...

enhancement
parser