pierre
pierre
Hi, I have the same issue on Arch Linux ``` [✔] Environment - OS: Arch Linux Unknown X64 ✔ webkit2gtk-4.1: 2.42.1 ✔ rsvg2: 2.57.0 ✔ rustc: 1.72.1 (d5c2e9c34 2023-09-13) ✔...
ah probably related to https://github.com/linuxdeploy/linuxdeploy/issues/272 Yes I confirm, running with `NO_STRIP=true` fix it. So the issue is on linuxdeploy side.
Hi @D3vil0p3r, > In Arch Linux do you know what is the linuxdeploy related package Sorry I'm not sure to understand the question. Nevertheless, the issue is related to linuxdeploy...
Hey, you've built one of those major plugins that I'm sure is present in a good percentage (a majority?) of nvim users config (including mine). So thanks you for your...
still does not work using flatpak version `2.2.4` ``` Failed to start recording Caused by: 0: Check out It Doesn't Work page for help. 1: Failed to create ScreencastSession 2:...
Nope, you can find the `build.gradle` here https://github.com/nymtech/nym/blob/bbce67902b1040d9cc5a3b609215a885291e30b6/nym-connect/native/android/app/build.gradle#L126C42-L126C46 Could it be related to proguard? Like a missing rule?
Adding okhttp in `build.gradle` dependencies does not solve the problem ``` implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11' ``` I still get the same error
@iNoles any news on this?
Ok sorry to bother you, but do you have an idea of what could be the issue? I shared my project link, so it might help you to identify the...
Thx, but no it does not help since your android project is almost empty (you forgot to push maybe?). Anyway, I downgraded to latest stable `2.3.1` and the library works...