icefoxen

Results 73 issues of icefoxen

Cargo leaves build artifacts around forever, without making any attempt to ever clean them up. This is a feature but also a somewhat inconvenient one since your `./target` folder grows...

Command-clean
C-feature-request

(Loose summary of conversation on the `#crater` Discord.) I maintain a crate, `ggez`, that fails to build on crater with OOM. [Example.](https://crater-reports.s3.amazonaws.com/beta-1.39-1/beta-2019-09-28/reg/ggez-0.5.1/log.txt) Turns out that this is because the crate...

This is a bit of a random question, but it occurs to me that if you're using a bitmap font atlas from ggez then you end up doing a fair...

The `is()` function gets defined twice, because you have one `cfg` statement that tests for OS (unix) and one that tests for architecture (wasm32). Emscripten pretends to be unix, so...

This is *really* on the edge between "assumes way too much about what the user wants", but also *really heckin' nobody* wants to do a block write to a mounted...

https://www.reddit.com/r/rust/comments/b3res0/announcing_bcp_a_block_copy_program_for_when_dd/ej1m1u7/

See http://blog.tdg5.com/tuning-dd-block-size/ . Source: https://www.reddit.com/r/rust/comments/b3res0/announcing_bcp_a_block_copy_program_for_when_dd/ej1mot2/

Being able to say `--count 100M` is way better than `--count 104857600`.

Don't know if you're still working on this, but I hope you are! It looks like Cargo 1.41 changed up the format of the Cargo.lock file, so now this only...

Hi, I'm trying to use this to make a webidl-to-Rust compiler: https://github.com/icefoxen/orbweaver/ For the Firefox 59 webidl it parses about 2/3 of the files without errors but one of the...