main()
main()
I found out that the errors go away if I remove the `type multi` capture device from my ALSA configuration. Given that this is an officially documented solution to combine...
FWIW I don't observe this problem with jack1.
I implemented a potential solution for this in 0f0c66d0e4ed466e504c42eb8fd9679ed6cd9890. It works, but the `lowest_vcn` workaround is a bit weird.
The crate currently uses `Vec` in multiple places, so making it compatible with no_std would require some work. That being said, I would of course be open to reviewing and...
@yazaddaruvala @alexcrichton I was trying to design a similar lint when I was working on an async/await RFC several years ago. I ultimately abandoned the idea when I realized that...
@mehcode @jtremback Agreed, there *is* a distinction - just not a **useful** one: The whole point of linting against blocking calls in async functions is that you don't want to...
>Under what situations do you need the ability to pass multiple enum types to generic code so that it can iterate over the variant names, but nothing else? Of course,...
I would suggest closing this issue because there's nothing we can do about it.
>Unwind is already taken on crates.io for high-level bindings to libunwind feels bad man, should have reserved the name when I started working on the crate (it was free back...
First of all, I really like what you did with the asm/glue code. Obviously I can't comment much on the AArch64 specifics as I'm not familiar with them. What stuck...