Zombobot1

Results 6 issues of 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. ![image](https://user-images.githubusercontent.com/48030070/122422309-55196c80-cf8d-11eb-9e7c-af1cc32c58dd.png) I suppose that MSW intercepts one of HMR requests and fails. At...

bug
needs reproduction

### 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...

bug

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): ![image](https://user-images.githubusercontent.com/48030070/210499154-dfbf199f-babf-4291-84b1-03f58a3bc704.png) Result in safari...

bug

### 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...