andrzej-woof
andrzej-woof
I couldn't find anything in sources so I assume there's no timeout on doing fetch on HIBP API? It would be nice to have an option to define it in...
### What is your Scenario? I'm using testcafe runner API and I'm adding request mock in `before` ### What is the Current behavior? If test fails and quarantine mode is...
### What is your Scenario? Web app that makes client side fetch to two API endpoints, both on localhost but one is not running, so doesn't accept connections (which is...
### What is your Scenario? I want to have strict type definition for meta object in order to set some properties only within given type boundaries and get utilize IDE...
**Describe the bug** Try setting setting up e.g. AWS SMTP server where username is service account (i.e. not a valid email address) Since as far as I understand the code...
I'm using `ts-import` to load files from a directory. Seems that if there are two files that result in same compiled file name they are conflicting with each other for...
This is a basic workaround to address two issues: 1. `tsc` output includes colors which makes lines non-matching `tscErrorLineRegExp` -> sanitize input 2. `tsc` output has different format than expected...
### What is your Scenario? I want to have strict type definition for meta object in order to set some properties only within given type boundaries and get utilize IDE...
Took me a while to figure this out but apparently (at least on my setup with storybook 8) passing storybook URL with trailing slash for example: ```sh storycap --serverCmd "npx...