mooo

Results 41 comments of mooo

This looks fantastic! Thanks for updating everything.

I've reproduced it, the code here will need its transition smoothed https://github.com/Ralith/oddio/blob/adc60db7a8c9ccda5a45e5b3a6c06a1a82f8dc25/src/mixer.rs#L92-L98

Sorry, there's no API to adjust the font weight right now. Maybe in the future though.

Hey @pdeljanov, That's reasonable, here is it without formatting. --- For fixed indentation I usually just format the code to force a desired wrapping: ``` pub const IDENTITY_MATRIX: Matrix4 =...

I think I have time to put together some PRs to start the equivalent `std` -> `core` conversions. Changes after that would be marking off API that can't be converted...

Seems sensible, the io/error related changes are the biggest pain. There's the `core2` crate which explores the situation. There are also a couple of RFCs that try to address this...

I personally don't think the io:Error's boxed custom error type is useful in general. It's incredibly specific (and usually per platform) to respond to, and the associated ErrorKind is usually...

There's good news! https://github.com/rust-lang/rust/pull/99917/ `error::Error` was moved into core/alloc! This is looks really hopeful to me for `io::Error` landing in core, and maybe more of `io::*` in general getting moved...

Technically by supporting format 12, you get format 13 for free right?