Andy Russell
Andy Russell
When a column view is focused, the user should be able to navigate between the columns using the right and left arrow keys.
[rust-lang/rust#57882](https://github.com/rust-lang/rust/pull/57882) is modifying the `unused_doc_comments` lint to fire on mistakenly documented macro expansions. A crater run detected that this crate will break due to this change, likely because of the...
This enables running commands across all the crates at once, as well as making the crates share a Cargo.lock and an output directory.
This commit separates the parsing step from the expansion step in the `widget` macro. It makes it clearer which items are required vs optional, and improves the error messages.
After responding to review comments, a PR might sit in `S-waiting-on-author` until someone from triage notices that the author has responded to the comments. It would be nice if there...
Originally opened as https://github.com/PistonDevelopers/piston-examples/issues/408. Also opened as https://github.com/gfx-rs/gfx/issues/1664 (closed). Machine: MacBook Pro 15 inch, 2017 OS: MacOS 10.12 Graphics: Radeon Pro 555 2048MB Intel HD Graphics 630 1536MB Attempting to...
OS: MacOS 10.12 Perhaps related to #401, but a different error. Running the multi_window example in debug mode crashes after the windows are displayed briefly. Release mode works as expected....