Árpád Magosányi
Árpád Magosányi
In the course of installation it already refused to create an apple id from the virtual machine, stating that there are too many users of that machine. I created one...
... by defining MY_EXTERNAL_WIFIMANAGER_USED This makes possible to use the WifiManager library by not insisting on SSID to be defined, and not starting the wifi from the transport.
This is a preview. Works for me because the code I am using it with is really small and primitive. I would like to get some feedback on which statements...
**Summary** When multiple promises are awaited in a for loop, jest gives correct test result (making sure all of them ran), while stryker reports error with 'child process exited unexpectedly'...
**Question** I try to treat js files as objects. So my workflow is 1. edit .ts files 2. compile them using tsc (in watch mode ofc) 3. run jest on...
**Is your feature request related to a problem? Please describe.** Stryker is unable to generate mutants in code building data structures, e.g. a typical reducer. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Stryker does not have return value substitution mutator **Describe the solution you'd like** a mutator which changes ``` return ```...
**Is your feature request related to a problem? Please describe.** I want the mutation test environment to find every mutants. **Describe the solution you'd like** When a function with a...
**Is your feature request related to a problem? Please describe.** I want to be able to detect everything for which a unit test is not written. The easiest case of...