Jonas Lagoni

Results 491 comments of Jonas Lagoni

I am getting a bit tired of the long transpile process 😅 @magicmatatjahu would you be able to formulate this into a good first issue? 🙂

> As I said, types for `Generator` class won't be a problem Just to mention, we have already implemented this and automated it in the [parser](https://github.com/asyncapi/parser-js/blob/b32899ea3dd6d8608fca32d29a42c3d459690fa3/package.json#L14). IMO we should probably...

> @jonaslagoni But if you could generate that ahead of time and include in package json, NPM would include and typescript would detect (d.ts files) automatically Yep, thats what I'm...

Would `bootstrap` make sense? 🤔 ``` asyncapi bootstrap glee --output ./output-dir asyncapi bootstrap glee mqtt --output ./output-dir asyncapi bootstrap template --output ./output-dir //Incase you want to copy an existing template...

> Hey guys! 👋 @jonaslagoni @derberg @imabp @fmvilas I've been having a look and investigating a bit on this issue and I'd like to start working on it to keep...

Interesting 🤔 Quick question, would checking the exit code not be enough to build your in-house CI to do something when errors occur? ```bash #!/bin/bash asyncapi ... if [ $?...

> Will wait for your final remarks, before closing this. @jonaslagoni 😅 I am not a code owner of the CLI, so am just challenging your idea 😄 Not my...

Related parser plugin: https://github.com/asyncapi/raml-dt-schema-parser