hab
hab
well, i'm partway through this and finding some deadlocks in the async code. would hopping back on irc be an option for debugging this? if not, i can post what...
UTC-7. i'm around a lot though!
btw, I did make a completely separate reimplementation of this wherein I solved the issues I was running into at the expense of making it not generic to sync/async anymore:...
ah, found it: https://github.com/crossbeam-rs/crossbeam-channel/pull/38#issuecomment-410117965
:+1: this is sorely missing. :(
It's like the problem with the `flake8` `noqa`: wanting to say "no, this one problem is fine" is not a great reason to blanket allow _all_ problems. There's no telling...
Could the callback be a trait method on service traits with an inherent empty impl? Registering callbacks is difficult, I know.. Or maybe a future? A future seems straightforward.
Having this problem too. Probably going to use `--unpretty=expanded` as a half-measure.
Oops! Sorry. I can have a patch out soon. On Wednesday, May 4, 2016, Steven Dee [email protected] wrote: > Some character classes are singular (digit), some are plural (symbols). >...
I was going to add aliases for singular and plural both, for what it's worth. On Wed, May 4, 2016 at 3:44 PM, Zhorken [email protected] wrote: > fwiw, I think...