Robert Brennan

Results 1265 comments of Robert Brennan

This seems like a legitimate bug - thanks for providing a test case! Unfortunately I don't have much time to devote to api-spec-converter these days, but would be happy to...

👍 My guess is the issue is somewhere in this function: https://github.com/LucyBot-Inc/api-spec-converter/blob/master/lib/converters/openapi3_to_swagger2.js#L64 Definitely in that file.

OpenRPC looks very cool. Happy to accept a PR here.

Are you able to `npm i -g` other libraries (e.g. `npm i -g webpack`)? If not, you can either use `sudo`, or [follow the instructions here](https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md) Otherwise, we may just...

Hrm, I'm still unable to repro, also with [email protected] on ubuntu (14.04) Any other details you can think of that might help us reproduce/diagnose? In the meantime, `sudo npm install...

Added a note in the README pointing to this issue. I don't think we should encourage _everyone_ to add `--unsafe_perm --allow_root` though

It would be great to start generating JSON Schema from XSDs. Would definitely welcome any contributions to that effect. For your own purposes, you could probably convert XSD using jsonix-schema-compiler...