Souvik De

Results 149 comments of Souvik De

> How about adding here https://github.com/asyncapi/cli/blob/master/src/models/Studio.ts#L53 listener for stop, and on stop terminate the server. Then in the test, after testing connect to the server and emit stop 🤔 some...

@lennonkh thanks for the issue, we already have a PR for this, https://github.com/asyncapi/cli/pull/294 it will be merged soon

would like to start by talking about the data structure for context. All context is doing right now is storing file paths that supposedly point to a spec path. Storing...

@magicmatatjahu should I create local types for https://github.com/asyncapi/generator or is there a plan for adding typescript support?

@magicmatatjahu I need your help with this For some reason, due to generate command the CLI is throwing ts error all over the project. Currently, I am getting these warnings...

https://github.com/asyncapi/generator/blob/1359f15a99a72f58380249b489bded4c29d0e978/package.json#L76-L77 @magicmatatjahu why does `generator` has `ts-node` and `typescript` as dependencies also why does it need typescript when it is a js project? > Found https://github.com/TypeStrong/ts-node/issues/883 is this relevant in...

@magicmatatjahu I tried ignoring the import but I am getting the same errors.

The tests are running in my local setup 😞 ![image](https://user-images.githubusercontent.com/41781438/160768988-ffb76032-d41e-4ebf-858c-2a10900f1353.png)

@magicmatatjahu, @derberg generator command is ready for review. I have added a spinner as per https://github.com/asyncapi/cli/issues/9#issuecomment-1081950527, I want some opinion on that.

I am getting this message when running `asyncapi --help` ``` ============================================= simple-git has supported promises / async await since version 2.6.0. Importing from 'simple-git/promise' has been deprecated and will be...