Christopher Hiller

Results 253 issues of Christopher Hiller

`README.md` is probably out-of-date by now. Update to reflect current state of project.

documentation

- [ ] Redact a report running on Cloud Provider X - [ ] Run as a service - [ ] Use in browser Others?

documentation
help wanted

it prints a couple blank lines. I think it's maybe related to recent changes in the configs passed to `mergeCommandConfig` in the CLI command modules in the `omg-docs` branch

bug
package-cli
package-transformers

I think "check", as a command name, is more clear than "inspect". I'm not sure if we need to extend this terminology elsewhere _before_ GA.

chore
package-inspector
package-cli
package-core

this means that `@report-toolkit/transformers` should be a plugin. plugins should not only allow for rule defs, but transformer defs as well. update #51 to reflect this change

chore
package-transformers
package-core

show how to make a custom rule and/or transform

documentation

These are unit tests, but the `transform` function that each exports is only ever called by the `Transformer` class, which applies any default options defined within a transformer. Calling these...

chore
package-transformers

I had enabled this because it: 1. restricts imports to a set of whitelisted imports via module-level exports 1. discourages consumers from reaching into the guts of any given package...

chore

Allow color JSON output if supported by terminal

enhancement
package-cli

Various packages have constants in them, and they should all export these in a similar shape. It's absolutely useful to be able to iterate over a set of constants exported...

chore