Sidharth Vinod

Results 406 comments of Sidharth Vinod

Wow, this is Exactly what I was looking for!! If you can give some pointers, I can try to take a shot at enhancing the pass through behavior to make...

Hi @kr1sp1n , I've added only a single dependency `json-schema-to-typescript` which converts the json schemas that you have to typescript classes. The diff you see in the yarn.lock files are...

Now that https://github.com/cypress-io/cypress/pull/4041 is merged, is it technically possible to implement this?

State diagram doesn't support interaction right now. https://mermaid-js.github.io/mermaid/#/classDiagram?id=interaction PRs are welcome to add support.

@yurtsiv The state diagram was added a while back, I wasn't involved during that time. But I think interaction support was simply not added. It should be relatively straightforward to...

Related https://github.com/mermaid-js/mermaid/issues/1139

I think we should have the transformation step which runs on push to master that generates the required files and also a linter that runs on PRs which rejects manual...

I've raised #3401 to address this issue. - `docs` has been moved to `src/docs`. - A transformer has been added `src/docs.mts` which does the following - Pre commit hook: Build...

Issue is also present in mermaid docs.

Related - https://github.com/mermaid-js/mermaid-live-editor/issues/794 - https://github.com/mermaid-js/mermaid/issues/3348