Shaun Duncan
Shaun Duncan
I'm not sure if this PR will be useful to anyone else, but I wanted a better way to customize how the floating preview popup was being displayed. The simplest...
See https://github.com/Giphy/GiphyAPI/issues/23
The module-level shortcuts for `search`, `translate`, etc have docstrings, but they're not great. They should mirror the respective docstrings from the Giphy class so this is more helpful: ``` python...
The search method is nice as a generator, and the search_list method is fine (so long as you have a sane results limit), but it might be nice to deal...
Since slack announced that IRC/XMPP gateways are being deprecated, this is probably the impetus for getting helga to a proper 2.0 state. What does that look like? Some ideas: *...
Right now, a lot of ack type responses are canned, so people using `random_ack` get a sense that the bot just has a standard personality. Perhaps helga should have installable...
Right now when I need to install/upgrade a plugin, I have to manually pip install/upgrade the plugin and restart helga. This is a pain. I'd like to have full control...
Sometimes a usage string used by the help plugin can get quite long for some plugins. Consider allowing a plugin's docstring as a fallback. Some thought should be considered so...
Right now, auto reconnect will retry forever. There should be a configurable maximum number of retries
To fix "The Unicode Problem" a while back, a lot of aggressive to/from unicode conversions were added. Re-evaluate where those happen and make sure it happens at the root IO...