Linus Färnstrand
Linus Färnstrand
It would indeed be nice with a Rust TUF crate that only implements the metadata/role verification and parsing. Not the actual IO, since this makes the library locked to one...
I agree with this suggestion. A `impl From for Y` should only exist if what the conversion does is obvious. Here I'd say it's not so obvious that IP ->...
Thanks for opening this issue. `oneshot` has been around for a while now. Yeah, maybe it's time to stabilize it soon? > * Maybe make the error types opaque? Though...
> Maybe make the error types opaque? Though there is a nicety in that they currently match those in std::sync::mpsc. Is this what you meant @madsmtm: https://github.com/faern/oneshot/pull/56 ?
I opened a milestone for this! So it can be tracked: https://github.com/faern/oneshot/milestone/1 There are some unresolved questions about the API that require some thinking about and maybe discussion. I'm thinking...
@madsmtm > I'll whip up a PR. Already done, as part of #57
Anyone who have suggestions or questions regarding a 1.0 release. Please create separate issues, and I'll add it to the milestone. This issue is slightly getting out of hand by...
> `glium` merely toggles the OpenGL ... But I don't know that part of OpenGL and was hoping I could learn it through the way I'm consuming it (`glium`). Especially...
@justincredible Do you have the source code for your four examples available? When you say you enable and disable color correction, what are you referring to exactly?
> The SpirvProgram [docs](https://docs.rs/glium/latest/glium/program/enum.ProgramCreationInput.html#variant.SourceCode) are referring to these docs. I have not used SPIR-V myself. Aaah. I did not find those. If you search for `outputs_srgb` in the rustdoc they...