Zane Rockenbaugh

Results 7 comments of Zane Rockenbaugh

Not sure this adds anything, but here's my variation. In theory, these calls should have the same result, but they don't. ``` > ajv -s audits-spec.schema.json -d audits.json --errors=text audits.json...

I'm was getting this error as well. The source package has bin scripts, but there was an error in the bin config (typo in the file spec, e.g.: `"bin" :...

My specific use case: we have a chain of React component libraries, with basic components feeding into ever more complex components. This currently goes through 3 links in the chain...

Thanks for the feedback. I had seen that was possible, but (I think) the items have to be in a module for that to work because the group by function...

I'm aware of being able to override/add helpers. My issue was more about being able to access the root dmd helpers. E.g., `groupGlobalsBy()` uses `_groupBy` and `_globals`. You can access...

I've got two: - [regex-repo](https://github.com/liquid-labs/regex-repo) : Sorts by category; hides the 'class/function/type...' grouping because there's only one type. - [standard-error-set](https://github.com/liquid-labs/standard-error-set) : Same thing, but has both Classes and Functions so...

Yeah, I tried to find a way to write the function into my own plugin ([dmd-readme-api](https://github.com/liquid-labs/dmd-readme-api)). The problem is I couldn't find a way to get access to the helper...