Florian Strzelecki

Results 134 comments of Florian Strzelecki
trafficstars

Note: with #2533 we have a basis for documentation, and we could probably consider it good enough for Sopel 8.0, and put this issue in Sopel 8.0.x or 8.1.x.

Yup, I can confirm that #2533 is good enough for 8.0.0, and this issue could be pushed to 8.1.x for more!

I'm in favor of using `expanduser` and `abspath` for `homedir`. I'm not in favor of using `realpath`, as I'd let the OS do that. How simlinks are processed is none...

Quick note: the URL plugin should still ignore URLs *before* redirect that are already handled by another plugin, i.e. in the case of the github URL, it is safe to...

To report and to extend on what I said on IRC: I'm not sure to see an issue to resolve here, and I don't think solving said issue would be...

I like both decorators (`@plugin.allowed_channel` and `@plugin.restricted_channels`). I think it's doable without too much trouble. And it's true, if the bot had a better way to configure which plugin is...

@SnoopJ @dgw I'd love to have your input on the feature itself, i.e. the possibility to get rid of SopelWrapper. The code probably has its flaw, and I definitively want...

That's the beauty of the new system: `url.py` is not special anymore, it acts like any other plugin would to work with URLs. First thing is that it uses `@rule`...

Hi, I've written the second blog post, and it's only a short presentation of what is epub2. Something that may be more useful to know is my python implementation of...

Not even a ref to that, I just made sure that the install worked as intended because sopel-help must not break Sopel's install.