ariel

Results 8 issues of ariel

At some point, it'll become an issue that we have a bunch of database connections open (particularly, as we increase the number of available commands). We should switch to pooled...

enhancement

Automatic reconnection is clearly a desirable feature, and implementing it correctly should be a lot easier with the new tokio backend in 0.12.0.

enhancement

As pointed out on the IRCv3 channel, the library shouldn’t present a difference between trailing and middle parameters to users. This mistake has persisted for a long time, but correcting...

bug

In an effort to improve testing quality, I think it would be a good idea to incorporate some property testing. The most apparent inspiration for this to me was thinking...

enhancement

Lately, I've been going through and trying to improve the project docs as much as possible (and I think they've gotten a lot better!). One notable deficiency to me is...

docs

I'd like to make the user tracking system more robust, and I think the best way to do that is to write handlers for WHO replies. This should probably work...

enhancement

This PR should add initial support to Travis for [Idris](https://www.idris-lang.org). The tests are based off the Rust tests, and I tried my best to model the install procedure after other...

community
enhancement

I noticed when attempting to customize bindings for ocamldebug that Tuareg is actually missing a definition for backstep. This small change resolves that by creating an ocamldebug-back command (like the...