Emil Ernerfeldt

Results 812 comments of Emil Ernerfeldt

I think the original issue with shrinking menus was mostly solved by * https://github.com/emilk/egui/pull/5161#pullrequestreview-2327662175 But for menus with dynamic content we need a proper fix for: * https://github.com/emilk/egui/issues/5138 The tooltip...

Tip: configure your editor to trim trailing newlines. See https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md#tools for more :)

This is very similar to: * https://github.com/rerun-io/rerun/issues/294

Maybe things depending on `torch` should be in its own repo? * https://github.com/rerun-io/rerun/issues/5661

> I wonder though, is it still necessary that the TextEdit does the justify calculation itself instead of relying on the ui layout to do it? As far as I...

The "pointer-means-borrowing is a neat idea, but it leaves the problem of a user now being able to pass in `NULL/nullptr`, but I guess we can just define that as...

Thanks! I'd like for us to not use old versions of crates. Some crates are very hard to update (`tonic`, `datafusion`, `lance`, `arrow`), bug some should be fairly trivial (like`infer`...

Seems like there is some place where we confuse units (logical vs physical pixels). @jprochazk can you take a look?