Dimitris Zervas

Results 103 comments of Dimitris Zervas

```bash git clone https://github.com/dzervas/frida-deepfreeze-rs rustup target add aarch64-linux-android cargo install cargo-ndk export ANDROID_NDK_HOME=/my/ndk/path BINDGEN_EXTRA_CLANG_ARGS_aarch64_linux_android="--sysroot $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot" FRIDA_CODE="console.debug('Frida hello');" cargo ndk -t arm64-v8a build --lib ``` The resulting .so will be at...

if we move to custom domain (also free if I'm not mistaken) this is a non-issue - and I think the best case is to use an `app` subdomain to...

note: I have an android tablet with proper pen support (Samsung Galaxy S9 FE) and I can test it and I have access to an iPad 10.9 with Apple Pencil

PrusaSlicer uses GTK but my question was more towards flatpak in general - is there the ability to "export" the gtk and qt themes to flatpak?

I have the same issue. I also tried adding custom injections in `after/queries/yaml/injections.scm` and `queries/yaml/injections.scm` both through extraFiles and manually but nothing worked - treesitter doesn't pick any of the...

I didn't change anything related to the CI failure It broke due to the new rust 1.80 which checks for cfg settings (but doc_cfg I think is valid) I'm not...

I've been trying to make a workflow that builds all required images for mayastor for arm but I'm unable to build the io-engine: https://github.com/dzervas/openebs-mayastor-arm64/actions/runs/16177114720/job/45664818324 @solarisfire did you somehow solve that?...

I'm unsure if this is very related to the current issue but I need to write somewhere about this: in a moment of brilliance I decided to rename all my...

there's also dqlite and rqlite. I think rqlite does not need code changes and can be used as a drop-in replacement