Felix Obenhuber
Felix Obenhuber
I tend more to remove the bug report feature at all :-)
I'm closing this due to inactivity. Feel free to reopen with a proper PR.
Beside from providing a option to use a different file from `Project.meta`, bake should search for files named `bakefile` and `Bakefile` by default. This behavior would align with well with...
This needs to wait for the `0.3.0` release of cross with `20.04` baseimages.
@dependabot recreate
I checked the latest HEAD of cross [99b8069](https://github.com/cross-rs/cross/commit/99b8069c0d977a14cd421ad8a3ef3255dc5802be) and the linker is happy. I didn't find something suspicious in the commit log. Pinned my cross installs and I'm fine for...
> What version of rust are you using? 1.68 > Does it work if you use rust before 1.68? say 1.67? No. As expected. :-) > 1.68 updated minimal NDK,...
Hello. With #384 merged the groundwork is done for more cross builds. @cyqsimon mentioned that they would like to refactor the CI layout but with the current setup builds for...
Thanks for your thoughts! > Hey @flxo , so basically we want to buffer the outgoing packets and then _flush_ / _write_ them to network at once to avoid multiple...
> > A less intrusive option could be to return a Vec of Requests from next_requests. This would use recv_async and `try_recv) like this: > > That is exactly what...