Cobrand

Results 7 comments of Cobrand

[The real link](https://docs.rs/error-chain/0.11.0-rc.2/error_chain/example_generated/enum.ErrorKind.html) (for those who don't have access to Yamakaky's computer)

I ... I don't even know how I could have written that, when looking at the code the first thing I noticed is that we `mpv_free()` something we return... I...

@marioortizmanero There is no "official" one, I was just the first one to implement this crate a long time ago. As mentioned, a big overhaul would be needed to make...

Please do separate issues next time, that will allow closing/searching them more easily in the future. * The SDL2 example forces the size of the window to be 960 by...

I can't help you further than that, one of the reasons I settled with sdl2 for the example here is that my knowledge of OpenGL is pretty limited, and sdl2...

https://botbot.me/mozilla/rust/, look at 3:18am, August 14th, I've got the answer for you. TL;DR: Casting to a *const Trait gives you the fat pointer, but casting to a *const () afterwards...

> Thanks for opening this PR. > > @Yamakaky is on to something: there is the property that `self.items.len() == self.items.capacity()` so that all capacity is available for insertion and...