Honza Dvorsky

Results 517 comments of Honza Dvorsky

Or https://github.com/czechboy0/Jay

Same issue here, during tests the modal still shows up and hangs my tests. I tried changing the plist values and returning `false` to `SUUpdater`'s `func updaterMayCheckForUpdates(updater: SUUpdater!) -> Bool`,...

@denil-ct Yup, that default listing language key is what we need. Default availability is trickier, we don't want to have to update it in multiple places, ideally docc would pick...

Yeah I'd like us to take that approach, but I haven't played with the conversion enough yet to be confident that we won't lose fidelity in some cases, and wouldn't...

Looking at @Kyle-Ye's experimental converter branch, I'm concerned that we'd have to make such a large change atomically, in one go. The phases I'd like us to be able to...

> Can we do the same like the upstream OpenAPIKit? Provide _OpenAPIGeneratorCore with dependency of OpenAPIKit and _OpenAPIGeneratorCore30 with dependency of OpenAPIKit30. Or even maintain 2 branch one for 3.0.x...

Thanks @mattpolzin, totally understood. Yeah, we would use the piecemeal compat APIs only during the transition period, so you could even consider only making them public for a single alpha...

So I have a PR ready, took only about 30mins to migrate the codebase to use the `OpenAPIKit` module instead of `OpenAPIKit30`, and now we can load either! Thanks so...

Specifically, I'm looking for this to work (properties in object schemas): ``` Foo: type: object properties: bar: description: This is a bar. $ref: '#/components/schemas/Baz` ``` I need to get `This...

@mattpolzin I just tried it out and it works great, thank you for the quick turnaround! 🙏