Irineu A. Silva

Results 11 comments of Irineu A. Silva

I saw it fixed in commit 497a2d46 "Fix for OOM in Rounded Drawable" by author @GauravGangwarZomato in December 2018, please generate a release

1) obfuscation would make it difficult, but it would still be possible 2) i didn't understand what this key would be, but as for the package, what prevents someone from...

@ben-j69 what would this "correct key" be? did i miss something? 🤔

@ben-j69 I can't run the libsecrets.so files in an app other than the one they were compiled, but I don't know if it's my lack of knowledge or it's really...

@sunildhiman90 I had the same error, were you able to use it with Kotlin\Wasm?

> There is a little sample using WASM [here](https://github.com/adrielcafe/voyager/blob/main/samples/multiplatform/src/jsMain/kotlin/main.js.kt). But the repo is not updated with latest Kotlin WASM release. Yes, in my case I wanted the target to be...

I'm encountering the [same error](https://github.com/NeoUtils/NeoRegex/issues/50) when running in distribution mode, using **OpenJDK** or **JetBrains Runtime**. How can I resolve this?

I apologize. I document my issues in Portuguese because it’s easier for me, but I realize this creates a barrier. I'll work on improving my English and start documenting everything...

I managed to solve the issue! I needed to include the module directly, just as you suggested. ```kotlin compose.desktop { application { ... nativeDistributions { modules("jdk.security.auth") ... } } }...