Kubik
Kubik
Closes [Variable Sized Items in Scroll View](https://github.com/emilk/egui/issues/1376). It works but: - jumps when scrolling up (left?) to new item, because it does not have size for that item - possible...
**Describe the bug** The more functions I profile the more often I get a panic from puffin. **To Reproduce** Unforutnatelly I do not have an reproducible example, I can share...
Hello, I would like to use [Arduino Due](https://www.arduino.cc/en/pmwiki.php?n=Main/ArduinoBoardDue) as an replacement for android app Easy Token (RSA). This board should be powerful enough to compute the token in an reasonable...
Would it be possible to optionally or automagically add const to the impls? Rigt now I need to replace many of `impl_op_ex!` with handwritten impls to add the const :(
[gdsautogenerated.zip](https://github.com/CPunch/LuaDecompy/files/14006051/gdsautogenerated.zip) Hello, I tried to decompile this file, and got this error: ``` Traceback (most recent call last): File "D:\py\LuaDecompy\main.py", line 14, in lp = lparser.LuaDecomp(chunk) ^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\py\LuaDecompy\lparser.py", line...
### Describe the bug Just having the `wasmer` crate referenced, without doing anything causes compilation errors. ### Steps to reproduce 1, Cargo.toml add `wasmer = "4.2.2"` 2. cargo build (If...
I think this test example is enough to demonstrate the issue: [Rust Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=a55f8e3bbb477fce82c9d74d1b01d8d2) You can uncomment `dbg!(&compressed_table);` to see the huge result, that can not be decompressed afterwards. Priority low,...