Souvik De

Results 151 comments of Souvik De

I tested it and it works, we just need to install `p7zip` and `nsis` to run the `pack:windows` command.

I will just wait for https://github.com/asyncapi/cli/pull/325 and then open a PR for this

Any update on this @imabp, Are you still working on this?

This is something we can check for code snippets - https://github.com/vsashyn/ink-syntax-highlight This is for clickable URL - https://github.com/sindresorhus/ink-link

Yeah sure go ahead, let me know if you need any help.

> My main idea would be to cache (buffor) errors and display them at the end of command execution. Maybe something like event sourcing would help. @magicmatatjahu can you give...

Should we close this, oclif is handling this.

The errors from CLI can be classified into two distinct types, `cli specific` like loading spec files and context error, etc, and `command specific` like errors from validation errors from...

I just checked it in my machine and even though the test is passing the WebSocket server is not closing which leaves the test command running forever.

@Samridhi-98 ``` import { expect, test } from '@oclif/test'; describe('start', () => { test .stdout() .stderr() .command(['start:studio', '--file=./test/specification.yml', '--port=8080']) .it('runs studio', ctx => { expect(ctx.stdout).to.contain('Studio is running at http://localhost:8080?liveServer=8080'); setTimeout(()...