Johannes la Poutre
Johannes la Poutre
### Environment How do you use Sentry? - Sentry SaaS Which SDK and version? - @sentry/capacitor 0.4.0 - @sentry/angular 6.11.0 ### Steps to Reproduce 1. generate a new ionic angular...
Looks like `meminfo_dump` itself causes unreported memory leaks. Background: I tried to trace back a memory leak to a suspected XMLDom issue by running a method call in a loop,...
**Bug description:** Setting `setForceDark` does not have any effect on Android 13 and newer. Ref: https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#forcedarkon **To Reproduce:** Build an app with react-native-webview and toggle `setForceDark` on the WebView **Expected...
Project fails to build with React Native 0.72+ because of minimum Android API target requirement This is the minimal fix for #190 A more thorough upgrade is desirable at some...
The PIP command for installing `pygraphviz` on a macbook with the Arm M1 processor fails. This command does work: ```sh python3 -m pip install --global-option=build_ext \ --global-option="-I/opt/homebrew/include"\ --global-option="-L/opt/homebrew/lib" pygraphviz ```...
Hi there, Question: how does one create a Leaflet Plugin? I found a possible starting point under tests: `tests/functional/views/map-leaflet-config.php` But the referenced `tests\TestPlugin;` is missing in the GitHub repository. I...
**_Please note that security bugs or issues should be reported to [email protected]._** **Describe the bug** Using a very long password to connect to the server is not working in Query...
HA version info - Installation method: Home Assistant OS - Core 2025.10.2 - Supervisor 2025.10.0 - Operating System 16.2 - Frontend 20251001.2 Issue: with a seemingly valid configuration the card...
Remove `jcenter` from `build.gradle` fixes Android build issue when using gradle >= 9.0 Issue #128
The deprecated `jcenter` has finally completedly removed as of gradle v9.0 This breaks the Android build. Just using `google` and `mavenCentral` and removing of `jcenter` from `build.gradle` fixes this issue...