Justin Bowes

Results 5 issues of Justin Bowes

I noted the changes in 9d7ddda and wanted to give positive feedback. I was having issues printing a complex PDF, which is available here. https://www.dmv.ca.gov/portal/file/notice-of-change-of-address-dmv-14-form-pdf/ The v6 driver bundled with...

`thing.schema.json`: ``` { "title": "thing schema", "type": "object", "properties": { "id": { "$ref": "id.schema.json" } }, "additionalProperties": false } ``` Editing a `thing`: > (path)`/thing.schema.json` is no valid JSON >...

Looks like there's some certificate issue with the documentation host. As this is a regression, I didn't proceed past the SSL security prompt.

If this project is actually maintained, please close this issue.

Compiling a large project, I encountered the following error: `Error: (closure-compiler-js plugin) Error transforming bundle with 'closure-compiler-js' plugin: cand is not defined` Searching the plugin, I identified the following issue...