Benjamin Levy
Benjamin Levy
This is the coolest mod I've ever seen ever. I'm curious how the portal rendering and physics is implemented. It would be awesome if there were a high-level description of...
The `..` path isn't handled (it should point to the upper directory). ```rust let fs = FakeFileSystem::new(); fs.create_dir("foo").unwrap(); assert!(fs.is_dir("./foo/..")); // fails ```
The latest mmj2 release on [the releases page](https://github.com/digama0/mmj2/releases) is from 2017, and many changes have been made since then.
Output with `RUST_BACKTRACE=1 cargo test`: ``` ---- bf_utm stdout ---- thread 'bf_utm' panicked at 'called `Result::unwrap()` on an `Err` value: CycleLimit', tests/lib.rs:40:1 stack backtrace: 0: ::fmt 1: core::fmt::write 2: std::io::Write::write_fmt...
The version on crates.io is a bit older than `master`. Can you release another version?
When the DESCRIPTION field of an ical has line breaks (not `\n` escapes, but actual newline characters), this tool discards the rest of the description. To reproduce this, take any...
Closes https://github.com/MatthewCroughan/NixThePlanet/issues/3. Depends on https://github.com/MatthewCroughan/NixThePlanet/pull/11.
I think this can be done without vncdotool, tesseract, or expect with Windows 2000's unattended installation feature, and this also makes it easier to configure the install from Nix. I...
It would be cool to show a graph of the number of seats in a section over time. This would probably go in the per-section info card.