kud1ing
kud1ing
Not sure whether it helps: i've noticed that the effect does not appear with: * egui examples: * `hello_world_par` (uses wgpu) * `screenshot` (uses wgpu) * `bevy_egui` * `egui-miniquad` *...
Also maybe with a struct that contains a `Money` field. With the currency reference and currency macros, it's not trivial to get started.
I think other Rust web frameworks don't support access to the canvas either. What I've seen is that projects select the canvas and draw on it via `web-sys` directly.
Interesting. On my machine (Mac) it's about 28 MB and 6-8 threads (changes over time).
Hi Bennet, the content is unfortunately private. I’ll try to bisect it. For the time being: it’s basically a long nested list with checkboxes.
Thank you. Yes, that indeed prevents the problem. I hope the fix is not too exotic. If you wonder: I have a GTD style tickler file with generated tasks for...
Thank you for analysing and fixing this ... especially that quickly, didn't expect that.
Thank you all.
I think the only example-like code there is right now, are the unit tests at the bottom of https://github.com/linuxfood/rustsqlite/blob/master/src/sqlite/lib.rs
On Reddit he said: > At this point I'm more than happy to hand off official maintainership to one of those forks, for what it's worth. :) https://www.reddit.com/r/rust/comments/85j62r/libuirs_revival/dvxxyj4/ The most...