est31
est31
@mitchmindtree would it be possible to create a release? There is a build error for the latest released version.
> we wondered if you'd be interested in prototyping adding this support natively to Cargo. I would really love to do that! In fact I already have a [PR to...
@carols10cents I was changing the team name from owners to cratesio-push and adding the cratesio-push team worked, but removing the owners team gave an error. Just now I've tried again...
It seems the issue is not concentrated to removing access. Apparently yanking is affected as well! @centril just tried to yank something and got a 502 Bad Gateway too. The...
Nice idea, the ability to finish a page early. Btw, you don't need to most of the decoding work of a specific vorbis packet to see the number of samples...
I wonder if for https://github.com/glium/glium/issues/2106 one could make two separate OpenGL contexts in the same application.
Good point. Before, glutin did this for us, which we already export from the `backend::glutin` module. From that module, we could also export the winit dependency.
PRs welcome!
The lint is enough for cases like buck where for each compilation unit you must specify the entire list of dependencies. For the cargo use case, one fundamentally can't implement...
> Does --all-targets not suffice for this? It doesn't, neither `cargo check --all-targets` nor `cargo test --all-targets`. I tried out all possible combinations once, and this was the resulting table:...