Artem Kostiuk

Results 18 issues of Artem Kostiuk

Hi. First of all, thanks for a great project! I've noticed a potential issue: [Here](https://github.com/lestrrat/go-jsref/blob/master/provider/http.go#L27-L28) it says `Note that once a document is read, it WILL be cached for the...

Currently it's version `2.0.0-alpha1.3` because it's the last version which doesn't add breaking changes. First release to add breaking changes is `2.0.0`: https://github.com/vtrushin/json-to-ast/releases/tag/v2.0.0 --- To see the difference in generates...

Hello, here it is. I'm also using the code I mentioned in my previous reply for parsing (and switched between Raml08 and Ram10 classes). As you can see below, description...

bug
amf

Find a way to not mangle names of classes when building JS from Scala with `fullOptJS`. Also note how `.js` file size changes. This should make easier for users to...

enhancement
good first issue

It feels a bit weird to have an interface with method names like `withEndPoint()` in JavaScript. `addEndpoint()` or `appendEndpoint()` for example would be more appropriate naming patterns. Caveats: - we...

enhancement

When/if `amf-client-js` types definitions (.d.ts) are hosted at `@types/amf-client-js`, do: - [ ] remove `js/module/typings/amf-client-js.d.ts` - [ ] add `@types/amf-client-js` as a dependency to `js/module/package.json` See this issue https://github.com/aml-org/amf/issues/577 for...

enhancement
amf

Expose parse/translate/validate functionality the same way [amf does](https://github.com/aml-org/amf#command-line-usage) but try to reduce the number of arguments. For implementation details see: * JS: https://github.com/aml-org/amf/blob/build/develop/amf-client/js/src/main/scala/amf/Main.scala * JS bin: https://github.com/aml-org/amf/blob/build/develop/amf-client/js/bin/amf * Java: https://github.com/aml-org/amf/blob/build/develop/amf-client/jvm/src/main/scala/amf/Main.scala...

enhancement