Cameron Taggart
Cameron Taggart
@ferventcoder, that is correct. It is prompting when Visual C++ Build Tools is not installed. It shouldn't be doing that when `-y` is passed, so I logged bug #916.
Bundling sounds like a great option. Is this something someone else can pick up? This is not something I have time for right now.
@vors Done
@SRGOM No, it is the opposite. https://github.com/brson/multirust https://www.rust-lang.org/en-US/install.html
@MichaelSimons Can ya'll please revisit and solve this one? It is a annoying to have to use the full path. ``` PS C:\Users\taggac\github\Nerdbank.GitVersioning> docker run --name nbgv -it --rm -v...
It looks like alignment is a `TODO` for grid: https://github.com/emilk/egui/blob/cd0f66b9ae661be737ce57f26fb305cf124f6b73/crates/egui/src/grid.rs#L175-L179 I'd like to be able to right align the first column. 