lambdadeltakay

Results 11 comments of lambdadeltakay

https://github.com/bytecodealliance/wasmtime/blob/1fa8de140fce161ed5d77cf939558de79d3956c1/cranelift/codegen/build.rs#L42-L51 From my experiments and these lines of code it doesn't seem to do this, instead I have to manually set at least one ISA that doesn't relate to the...

Also having this issue which is odd because before waydroid started but with no internet

Also experiencing this issue on debian sid

![image](https://github.com/ia0/data-encoding/assets/144762384/c4a0d539-277f-41d5-ab74-38cb703c54da) My project also gets this for the encoding and decoding function Relevant usage of the library ```rust #[derive(Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, Debug, Serialize, Deserialize)] pub struct...

Do you think this is working around a LLVM quirk?

Ahh I see. Well thank you for figuring it out

Thank you, this is very cool. I am redoing my project and planned to use data-encoding for other things than printing and parsing public/private keys so the added efficiency is...

I also have this issue and if I just let bevy_editor_pls insert the EguiPlugin it never inserts the `bevy_egui::EguiUserTextures` Resource and sometimes segfaults the program