ariel
ariel
Sure, I would be willing to accept (separate) pull requests for both a SASL plain auth method (if I recall correctly, it's not there because someone indicated to me at...
Welp, that's an unfortunate change. We don't have a compiled list anywhere (though I imagine just looking at the archived versions of the linked pages would be helpful in that...
The error looks to me like what occurs if the input file (client_config.json) was not present. Did you have such a file? Or do you mean to suggest that the...
Prior to 0.12.0, there was a broken implementation. As of 0.12.0, there is no automatic reconnection whatsoever. It should be possible for a library consumer to implement it themselves though...
To anyone looking here, this is less of an issue today than in the past (perhaps to the point where we don't _need_ it in the library, but I'm not...
Hi @freddyb, I believe the 0.14 update has already circumvented the need for that as it's more in line with the more modern approach in the newer versions of tokio....
Is there a strategy for dealing with these kinds of issues? Surely, there ought to be a way to produce the link using the Rust full path to Command instead...
I'm fine with presenting the set up for rate limiting differently (including having it be more directly optional), but I'd definitely like to include an out-of-the-box solution within the IRC...
Yeah, I've been meaning to reduce the allocations, but have been putting it off as likely premature optimization. It should probably be done though. I'll look into interning.
I would prefer it on 0.14 over develop, since that's the release I'd like to include the change in. I had attempted some work in this direction on the fewer_allocations...