Jon Ursenbach

Results 76 comments of Jon Ursenbach

The goal with the engine system is so that no matter the feed you're using, you get back the same format of data. The international data problem I haven't really...

I started hooking up a Fandango engine, but just haven't had time to finish it up. https://github.com/erunion/showtimes/pull/51

I started this project while I was experimenting with an idea for a new way to display movie showtimes. After about a week of trying to go through the hoops...

We're also going to do the same for errors that are thrown and stuff these four datapoints into a new `FetchError` error that's thrown for responses that have an HTTP...

Sorry for the delay on this, but that error is being thrown because that operation has an OR auth setup with OAuth2 or Basic auth requirements and the library is...

I've got a fix for this in https://github.com/readmeio/api/pull/543 and it'll hit in our v5 release.

@AbelHeinsbroek any updates? Would love to get this pulled in.

@aminya You want to merge this in? 🥺

@cfm I took a stab at this myself this week and I think we're going to have to completely rewrite how `getJSONSchemaDefaults` works because it currently doesn't keep track of...

This is tricky because technically after dereferencing `$ref` may still be present if there was a circular reference present. I'm definitely not opposed to adding some `getReference` and `findReference` tooling...