Zombobot1
Zombobot1
### Preflight Checklist * [ x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [ x] I have searched the issue tracker for a...
Versions: "msw": "0.27.2", "msw-storybook-addon": "1.1.0", I often get an error which forces me to reload storybook page.  I suppose that MSW intercepts one of HMR requests and fails. At...
### Describe the bug I set up debugger as the documentation guides. When I place a breakpoint inside a file that contains more than 5 functions debugger crashes with segmentation...
I cannot run individual tests if their names contain something in brackets ```ts describe('test', () => { it('case (e)', () => { assert.equal(1, 2) }) }) ``` When I click...
I have to adjust font size to get correct render in safari ```js lunch_dining lunch_dining lunch_dining home favorite grade ``` Expected result (chrome desktop & android):  Result in safari...
### Use case I want to benchmark how my server (runs on aws) performs (a stress test). I need to run certain number of concurrent requests from my machine to...