Sander Hautvast
Sander Hautvast
did the first 2, looks easy enough. please assign
submitted PR https://github.com/build-trust/ockam/pull/7169
hi, I looked into it and I think I can solve it.
https://github.com/build-trust/ockam/pull/7079
updated the PR, let me know if this addresses your comments
Sorry, did a merge instead of rebase. What's the best way to fix this? new branch?
Think this may be of help @patpatpat123 finding resources from the classpath IS different between GraalVM and JVM see https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/Resources/ you'd have to to supply the native lib to native-image...
@patpatpat123 I just verified that this is actually quite easy to do at build-time: just include `-H:IncludeResources=".*/libsnappyjava.dylib"` in the native-image call and make sure that the native lib is the...
I created a draft PR here https://github.com/emilk/egui/pull/4834 so you can verify if it matches your expectations I don't see a noticeable difference in the compile times though (for `cargo clean...