Henrik Fuchs
Henrik Fuchs
### Preflight Checklist * [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate....
Hi, when I run component tests with jest there are open handles which keep jest from exiting. Running jest with `--detectOpenHandles` I get the following output: ``` > 5 |...
I recently switched from `react-native-sqlite-storage` to `react-native-sqlite-2` because of issues with Android API Level 30+. The documentation says: "It should be a drop-in replacement for [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage)." But I'm missing the...
### Environment information ```block CLI: Version: 1.3.3 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: unset JS_RUNTIME_VERSION: "v20.9.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "npm/10.2.3" Biome...
Hi, first of all thank you for your work! Since version 4.2.10 I see an issue when using the --customPath option with a json file. My format.json file looks like...
Could you please release a new version with support for react-native 0.74+?
### Suggest an idea for Knip A reporter to generate json output for Gitlab Code Quality reports would be nice. See here: https://docs.gitlab.com/ci/testing/code_quality/#code-quality-report-format Are there plans to add this? Or...
### Current behaviour After switching from "react-native-vector-icons" to "@react-native-vector-icons/material-design-icons" and updating react-native-paper to v5.14.1, I get the following errors when starting the Android App:   I followed the steps...
Having path aliases in the tsconfig.json file, like: ```jsonc // ... "paths": { "@lib/*": [ "./path/to/lib/*" ], } // ... the "valid-mock-module-path" rule flags a call to `jest.mock("@lib/someModule");`. I think...