Lattice 0

Results 113 issues of Lattice 0

I'm doing a QT program and I'm getting this error on my Ubuntu (it's a VM): `libva error: va_getDriverName() failed with unknown libva error,driver_name=(null) ` I tried all possible solutions...

When you select a transaction to broadcast, blue wallet does very minimal verification. It simply verifies that it's a pbst file and tries to broadcast it: https://github.com/BlueWallet/BlueWallet/blob/ceb57b37f87a60ce6f021c6278d3a6a849040d7b/screen/send/details.js#L660 It would be...

idea 🤔

On https://github.com/rust-windowing/glutin/issues/1307 we get errors: ``` error[E0599]: no method named `set_suspend_callback` found for reference `&EventLoopWindowTarget` in the current scope --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/glutin-0.27.0/src/api/android/mod.rs:76:12 | 76 | el.set_suspend_callback(Some(Box::new(move |suspended| { | ^^^^^^^^^^^^^^^^^^^^ method...

I'm looking for libs to use in my project and this one seems promising but I didn't find any information about compilation for android, ios, windows or macOS. Can somebody...

The only paper I found about SIMD on FHE is https://eprint.iacr.org/2011/133.pdf which is quite dated. I'm trying to understand the implementation of stuff like `apply_galois_ntt` but cannot relate to any...

What are the chances on this running on Android and iOS?

This repo shows oboe + a lot of usage examples that are interconnected with each other. I've tried to extract `DrumThumper` only but it depends on parselib and iolib, which...

question

Android version(s): 9 Android device(s): moto g6 Oboe version: https://github.com/google/oboe/tree/3aad74264222f07b48d02cfc0afe53fd91786c99 App name used for testing: lib on my app **Short description** On Moto G6, headphone unplug, then trying to enable/disable...

bug
apps

Hi, I'd like to understand why the package.json lists PeerDependencies? Because I don't see any heavy usage of RxJs, for example, that would be broken in other versions of 5.x,...

I've been designing a Rust library for usage with Flutter. I see that you're doing Kotlin/Java Rust here, but you mention Flutter. Is there a plan to make a template...