Christopher Serr

Results 458 comments of Christopher Serr

Almost sounds like it might make sense to have a read only variant of Pod (maybe called NoPadding ?) that enums, char, bool and co. could implement.

Yeah, maybe the derives could be named ByteEq, ByteHash or so to clarify that?

This may actually be a cargo / rustc bug. But this is what happens: ![https://i.imgur.com/j5b5HAg.png](https://i.imgur.com/j5b5HAg.png)

If I comment out the whole non-test version and only leave the cfg(test) one, then it can't even compile it, indicating that cfg(test) doesn't actually get set properly: ![https://i.imgur.com/1cE47Z1.png](https://i.imgur.com/1cE47Z1.png) The...

It seems to work if I use the same glutin version as azul (0.17.0). Both 0.18.0 and 0.19.0 cause this bug. So that's either because of the version mismatch or...

Can it be its own name so it can be highlighted differently?

I believe I've seen it be referred to that in Firefox's source code? I'm not even sure anymore, I'm so confused at this point. Basically browsers can match on "family...

Basically I'm getting my font names from more or less basically the same list as Paint. Which seems to always be (after having looked at it a lot more now)...

fvar: https://docs.microsoft.com/en-us/typography/opentype/spec/fvar There's a named instance array at the end

The cross tool is trivial to set up in CI and all you need to do is `cross test` instead of `cargo test`. It supports aarch64 and many other architectures...