Squirrel
Squirrel
 Sometimes a picture is worth 1000 words...
I think here https://github.com/jakobhellermann/bevy-inspector-egui/blob/3190cbc78eb8887ef8ea040cadcb288513b6a994/src/impls/std.rs#L17 we need to set be able to set https://github.com/emilk/egui/blob/87ca29173d2d5dd5421b80b274fa59504757918f/egui/src/widgets/text_edit/builder.rs#L66
It may be necessary but it's not sufficient. I think something in the parent component needs to change too.
Not using derive inspectable but implementing it myself on the parent was key: ```rust ui.vertical_centered(|ui| { Grid::new(context.id()) .min_col_width(500.) .show(ui, |ui| { ``` Happy.
Inside a wasm blockchain is one example, but I could certainly expect it to be useful in browser contexts - I've not yet had to unzstd something in the browser...
I am a bit sketchy - think there is std wasm and no-std wasm. For std wasm there might be little to be done. On Thu, 1 Jul 2021 at...
Some feedback on win7: dutree looks pegged on one cpu in windows. `cargo run c:\Users\` interpreted it as run on `c:` but `cargo run c:/Users` worked ok, and it couldn't...
We expect different implementations to have different performance trade-offs. To me random access would feel like the collection supported the Index trait. It is surprising at the moment that the...
If we can write trait tests against these traits then they would serve as both examples and help document the expected conventions.
that would be cool.