Kyle Fuller
Kyle Fuller
@marcofriso you need to commit all of the change fixtures, including the ones in `packages/swagger-zoo`.
Note for later, the following behaviour was removed: https://github.com/apiaryio/api-elements.js/pull/22/commits/730b7107eb84ea7d913b52c9151df8b6d0af9ce2#diff-698f62fad73a328687b272f66499513cL34
> Hey wave , might I ask what's the status of this PR? Thank you +1 This is more of a proof of concept, I'm not sure we'll pursue this...
@opichals Yup that is intended, I think Pavan's wording here was incorrect in the title. Each package should include a browser bundle. Especially for those who don't even deal with...
I think there are two steps we should take to resolve this issue: - Do not provide a JSON schema for binary types in the parse result. JSON Schemas are...
@honzajavorek I think thats right.
Perhaps also the API should allow you to specify a path (or URL?) for the source to load it from disk, some similiar tools do so. Consumers of Fury core...
Yarn is used, not npm. There is yarn lockfile in root of repo, there is no need to run `npm install` here, you can delete the files and use yarn:...
Yes, and this could lead to different behaviours based on the language and string implementations. Some conversions through buffer -> string -> buffer may actually be lossy and for some...
@w-vi If I understand you correctly, then I agree. Due to language differences this can be confusing, especially when languages have different grapheme breaking rules. I could see it being...