Andrew Tribone

Results 42 comments of Andrew Tribone

I played around with it a bit, but it appears to be an issue with the order the events are triggered in instead of my original flowing mode cause. I...

You can see the response is 200 when logged by `console.log(response.Body.statusCode)`. It is the first line of the output.

@paulmelnikow thanks for your extremely fast response earlier. I have been looking into this some more and found that adding `res.on('data', (chunk) => {});` within the callback of `overridenRequest` resolves...

Ya, I've been using it a bit and I haven't seen any problems. I'll keep using it for a week or so and I'll let you know what I find.

I have been using this for a while, and it does do the correct thing for curly braces that are chained. I have noticed some other bugs, which I'm not...

That did seem to work for me, however, I needed to uninstall my existing `ndb` and `brew uninstall chromium`.

The interface is also not correct. JSONSchema is quite complex, it would probably make more sense to allow any `object` instead of trying to create a type that can handle...

Another alternative might be to use the types from https://www.npmjs.com/package/@types/json-schema instead of trying to roll a new one here. `JsonSchema4` type is compatible with this library, but `JsonSchema7` is not.