Frederick Gnodtke

Results 57 comments of Frederick Gnodtke

I disagree and would ask you to re-open this. I installed `canvas` for another reason. I use it for creating sprites outside of tests.

Is there a `jest-electron` version compatible with jest v25 available?

When can we expect the 2022.11.2 release? This is a big problem for me as I control my heating via these sensors.

@ljharb We're in dire need to have support for react 17 and 18 in enzyme. Is there anything we could help with to speed things up?

I am experiencing the same problem in Neovim.

Did someone ever solve this? It is really so annoying, especially for `Promise`s.

@nickspoons Sure, thanks for the quick response. Here you go: ``` $ cat tsconfig.json { "compilerOptions": { "outDir": "./dist/", "sourceMap": true, "noImplicitAny": true, "module": "commonjs", "target": "es5", "jsx": "react", "pretty":...

That helped. But why? After changing back to using `include` I can no longer reproduce it. Weird.