Mathew Polzin

Results 223 comments of Mathew Polzin

I’m not sure what the Lua LSP could be doing differently than the Idris one (or the nvim plugin, more likely) to cause auto-completion to show up while typing rather...

I cleaned things up a tad on my prototype of this functionality, but it's definitely still prototype quality. If anyone wants to check it out or play with it, it's...

Thanks for the tip. I’ll see if I can figure out how to adapt the jib plugin example to my needs when I get the chance. One difference between that...

Ah, I think you've inadvertently caught me in an exaggeration. I didn't mean to do so, but I overstated this as a need when it's more of a desire. The...

I haven't had more time to plug into experimenting with any of this but I did have a realization that there actually is one pretty good reason why we would...

Yeah, a comma separated string is indeed valid there according to the spec. I just created a bug ticket to track this [here](https://github.com/mattpolzin/OpenAPIKit/issues/378).

This has been fixed upstream as of [OpenAPIKit 3.2.0](https://github.com/mattpolzin/OpenAPIKit/releases/tag/3.2.0). Parsing should be fixed just by updating; actually using multiple content types will require using the new `OpenAPIKit.Content.Encoding` property `contentTypes`. ~The...

You are quite right. The current implementation in OpenAPIKit does not support reference objects for values within the components object like it should. Superficially, this won’t be too hard to...

Since there is an indeterminate horizon on the fix landing downstream where you can use it to generate code, I’d be happy to brainstorm workarounds for you if that is...

I've started this work [on this branch](https://github.com/mattpolzin/OpenAPIKit/tree/bugfix/377/allow-component-refs). Lot's of changes remaining including test coverage but I had to get started at some point.