Trevor Spiteri

Results 19 comments of Trevor Spiteri

I went another route to get color: I filter the buffer before passing it to ffplay. The red color is output as byte 0x55, blue as 0x99, yellow highlight as...

I just reran the failed `rust:1` and `rust:1.75.0` tests and they failed again.

This seems to have been resolved: I cannot reproduce the issue any more. Maybe it was a quirk in GitLab/something else which has now been resolved.

> Why so many copies of the same file, if the OFL is linked within the fonts’ metadata? Personally I'm fine with it just in source-serif-4.005R.zip and I don't have...

If the API is simplified, I think that most (three from four) associated types can be removed: * `Ieee754::Exponent` and `Ieee754::RawExponent` can be replaced by `i32` and `u32`, similar to...

I'm not a fan of warning against `~` and `=` dependencies. In my gmp-mpfr-sys crate, I recommend using `~` dependencies when a dependent crate uses some C implementation details. No...

About the hacky heuristic to detect FFI crates: if the warnings are issued by `cargo publish`, maybe that command can check whether the dependency has a `links` key in the...

After the change mentioned in [Rug issue 78](https://gitlab.com/tspiteri/rug/-/issues/78) which is now in the master branch, the code above prints: ``` rug: 5.9605e-8 0x0001 std: 0x0001 ```

While checking whether the [fixed crate](https://crates.io/crates/fixed) can be ported from typenum to nightly with `generic_const_exprs`, I hit this warning. I am not sure whether it's a false positive or whether...