dgw
dgw
Super ironic that the CI run for this PR had some of the longest job times this repo's ever seen… 3/6 jobs went over 2m, where normally they are all...
I already found a possible fix: put `filename` here into a list. https://github.com/sopel-irc/sopel/blob/1c6aeb93a269a3997a9d55ec102a9ed77e393402/sopel/plugins/handlers.py#L474 ``` [2024-09-12 01:52:18,914] sopel.bot INFO - Loading plugins... [2024-09-12 01:52:18,951] sopel.module WARNING - [2024-09-12 01:52:18,952] sopel.bot INFO...
Hmm, I'm torn whether to resolve the conflicts on this. It's doing some unique stuff, but perhaps it's better to wait until after #2669 is done mucking about in `plugins/`...
> (but of course it means [#2669](https://github.com/sopel-irc/sopel/pull/2669) has to be approved and merge before moving forward with this issue). > > This can be either a Sopel 8.1 or a...
[Sleeky](https://github.com/Flynntes/Sleeky) seems pretty much unmaintained, with no commits since 2021 and a number of unanswered issues about errors with login, shortening links, etc. If this error is reproducible _without_ Sleeky,...
Note: If desired, this could be extended to build the .zip and [upload it as an artifact](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/storing-and-sharing-data-from-a-workflow), then [wait for approval](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/reviewing-deployments) before publishing the artifact to the Mod Portal. That...
Hmm, what's here is already only triggered on someone publishing a Release on GitHub, so that's kind of already an "approval" to push. My [suggested extension](https://github.com/Warehousing/Warehousing/pull/108#issuecomment-2452992901) would be an additional...
Awesome. Not quite sure what you'd gain from restricting the main branch, but anything related to that can happen outside the PR (in repo settings). Do note that as far...
> Bold and monospace formatting, for example, will be included in the match if it's right up against the end of the URL. This is still the case after #2697,...
How about `'registered'`? https://github.com/kiwiirc/irc-framework/blob/a2697c944efce407a6fd85b876f83907362eead4/examples/bot.js#L51-L53