Chappo

Results 9 comments of Chappo

Just ran a test and it's working for your `example-pet-api.openapi.yml` test file, will investigate further.

It might be struggling to find my schema as it's nested in content. ``` { // ... "parameters": [ { "name": "organizationId", "in": "path", "schema": { "type": "string" }, "required":...

I think this is due to window.innerHeight/Width being unreliable with the way Safari iOS resizes the screen when the keyboard is active, causing the DropContainers scroll magic to be out...

We've faced similar issues where we display a "no internet connection" banner which would be visible when foregrounding an app that has been in the background for as little as...

Running this in node the helpers in the dom lib aren't available, even if the types are through the use of `/// `. ```typescript import { DOMParser } from "@xmldom/xmldom";...

> If so, shouldn't it be > > export const XPathResult: XPathResult; Happy to make this change as it's consistent with the rest of the definitions. @JLRishe beat me to...

That reminds me, I was also working around the need for XPathResult to be exported by just defining my own enum for the types, so if you're concerning about adding...

I started rebasing, but there has been a lot of whitespace changes in master which made the rebase more time consuming and I just don't have time to go through...

Hi @jkao we're working around the issue at the moment by building it on a machine with x64 architecture and in a docker container that has a libc version that...