Sidharth Vinod
Sidharth Vinod
Hi, I have a use-case where I'm querying over 80 different endpoints. Currently the outputs are verified using pytest-snapshot. But the tests won't run fast as the HTTP calls have...
These have been generated from the json schemas and added to index.d.ts manually.
Fixes #163 Signed-off-by: Sidharth Vinod
When handling exceptions, It's not possible to use ApiResponseError type as it is not defined in the d.ts file.
We can use the [@actions/cache](https://www.npmjs.com/package/@actions/cache) package to cache the last baseRun report with the base commit hash as key. So, we can run the action 2x faster for big repos...
## :bookmark_tabs: Summary Brief description about the content of your PR: Testing performance fix Resolves #891 ## :straight_ruler: Design Decisions Describe the way your implementation works or what design decisions...
## :bookmark_tabs: Summary Brief description about the content of your PR: Resolves # ## :straight_ruler: Design Decisions Describe the way your implementation works or what design decisions you made if...
**Is your feature request related to a problem? Please describe.** A library that others can use to generate links to live editor (mermaid hosted/internally hosted) from code. **Describe the solution...
`cy.tick()` is breaking monaco internals. The related test in history.spec.ts has been disabled for now, but need to figure out a way to fix it.
**Is your feature request related to a problem? Please describe.** If a diagram gets big enough, it'll breach the URL size limit. We should notify that so that the user...