Filip Sauer

Results 3 issues of Filip Sauer

Trying to use this library on Windows 11, Python 3.10, I receive: ``` Traceback (most recent call last): File "C:\Users\\kernel_tuner\examples\cuda\matmul.py", line 10, in import kernel_tuner File "C:\Users\\kernel_tuner\kernel_tuner\__init__.py", line 4, in...

- `cypress-testing-library` version: 8.0.7 - `node` version: v18.12.1 - `pnpm` version: 7.16.1 My package.json ```json "devDependencies": { "@faker-js/faker": "^7.6.0", "@testing-library/cypress": "^8.0.3", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", "cypress": "^11.1.0", "eslint": "^8.27.0", "eslint-config-prettier":...

I'm running `pnpm watch-app` on Windows with the following setup: ```json "watch-app": "run-script-os", "watch-app:windows:macos": "echo 1", "watch-app:default": "echo 2" ``` And it prints 2, but it should print 1 since...