Results 193 comments of Jeremy Whitlock

I use to do this and I think I removed it out of laziness.

Also, when you get the code changes in, can you run `node ./node_modules/gulp/bin/gulp.js` so that the browser binaries are rebuilt?

I'm not seeing the package size improvements, unless you're talking about from the NPM perspective. When I build the browser binaries, here are their respective sizes: * Require all of...

JSON References do not have any literature about resolution of relative paths relative to where the current reference is defined. So while I understand that you want to be able...

I'm open to ideas but unless it's a part of their specs, I just don't see how best to handle this.

OpenAPI/Swagger was the technology that led me to writing this library and it's pretty popular. In OpenAPI/Swagger, JSON References are _the_ way to include other parts of the same document...

Can you give me an example document that showcases a reference you expect to be passed to the filter function but isn't?

My email is in [my profile](https://github.com/whitlockjc).

I don't think this is related but use of `relativeBase` no longer works. Use `location` to point to the location where the document is being processed. It _shouldn't_ have an...

I think I know what is going on now. Basically, there were two issues that were resolved that are contributing to this: * #80 - The resolver was not fully...