Results 68 issues of Jeremy Whitlock

Add support to use Backbone.localStorage either in place of or along side the Express server. The idea is that if this was purely a client-side application, we could host this...

https://github.com/gulpjs/gulp/issues/2324

In a recent PR, TravisCI started failing due to this: https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node To fix it, we need to replace/upgrade gulp.

When resolving https://raw.githubusercontent.com/Bungie-net/api/master/openapi-2.json, `Invalid string length` error is thrown.

It's easy to assume that `json-refs` will just load and process any document that maps well to JSON but that is not the case. In fact, the only types of...

Right now, we use the [YAML](https://github.com/nodeca/js-yaml) parser to parse **all** inputs by default. Since valid JSON is valid YAML, a single parser works great and we don't have to do...

It would be nice to know exactly where data is read from the M8 files to help other tooling authors to know the structure of these M8 files. The easiest...

It would be slick to allow for the consumer to add/replace loaders.

Karma has support to serve static files and that would be much simpler to use than spinning up a server in the Gulp file.