Bradley Reynolds
Bradley Reynolds
Several popular bots have the capabilities for "reaction roles", where a bot will send a message in a channel, with one reaction per role, and when a user reacts with...
Move the feature that displays the lines of code from GitHub when a link with line numbers is sent from Python to Sir Lancebot Approved by @Xithrius here: https://discord.com/channels/267624335836053506/635950537262759947/997558518968221696
Add CodeQL for static code analysis and create a dependabot config file to enable dependabot. Please note that dependabot does not yet support PEP 621, and won't be able to...
We would like to update the existing bookmark command to also be available from the context menu. #dev-contrib discussion here: https://discord.com/channels/267624335836053506/635950537262759947/1010024284971864104
fix typo
## Relevant Issues ~~This is one possible solution to #1403. I'll leave the floor open for discussion over other options.~~ Looks like this is the solution that fits! Closes #1403...
Removed assorted blank lines adding unneeded and inconsistent white space.
Create a tag that explains how double-clicking a Python (`.py`) file spawns an instance of the user's shell that terminates when the process finishes. It should explain to the user...
- Raised by @3ddP here: https://discord.com/channels/267624335836053506/464905259261755392/1060555791507128391 (Helpers+ required) We would like to add a `nedbat` tag that embeds Ned Batchelder's "Facts and Myths about Python names and values" PyCon 2015...
In the "Custom command name and custom help" section of the README, the parameters are in backwards order from the sentence explaining the defaults. I've flipped them around to make...