dgw
dgw
As is the `.version` command from `sopel.builtins.version`
> Didn't we agree that reload wasn't an option anymore for non-single file plugins? The issue title is about reloading, but this bug affects _a lot_ more than that. We've...
I think this could go farther. Several more commands expect to be run in PM, but don't give feedback (e.g. `.join`, `.part`, and their `tmp` counterparts). Also, the decorator order...
I honestly agree that this functionality should ideally not be maintained as part of YOURLS core. (In some 15 years of using YOURLS, I don't think I've touched it once.)...
I started thinking about this again today, where the original motivation was to add a version field into `sopel-plugins list` output. Still, it all blends together into a jumble of...
Manually re-running CI jobs got them to pass, but I do _not_ like the random failure in 3.9's `sopel/builtins/rand.py::test_example_rand_4` test that canceled the remaining unfinished jobs. I believe this error...
> Like a hotfix of something that should be done but isn't. Yeah, it is, isn't it? I will tweak the `safe()` docstring though, as it really should mention NUL...
Netlify still does branch previews of our docs (for now… they are still stuck on Python 3.8 with no apparent plans to upgrade) but including a preview screenshot of the...
Staying in draft until type-checking errors are fixed, which should be accomplished by #2614.
Rebased onto `master` after merging #2614. Finally ready to review 😁