Leon Sandøy
Leon Sandøy
Currently, if the API goes down, moderation goes down. In an ideal world, we'd like to allow moderation to continue even if the API is down. This could be achieved...
We'd like to be able to link otnames together, so that they always appear at the same time. This issue needs to be handled at the same time as the...
As we complete the **Smarter Resources** project, we'll want to carefully document precisely how a member of the community (staff member or otherwise) can suggest a new resource to be...
Right now, there are three problems with the logos displayed in our sponsor hero and in the footer of the site. ## An alignment issue with the logos on Windows....
There's been some requests for a dark theme, and we came up with a feasible way this could be implemented. First, let's solve the actual theming on `django-simple-bulma` instead of...
At the top of an article in the `content` app, we should show an "Edit on GitHub" button. The button when clicked should lead to the GitHub page for that...
A command that uses Markov to generate a poem. @martmists already started working on this, but the PR was closed for inactivity in https://github.com/python-discord/seasonalbot/pull/97. Marty said he might have time...
Slay the dragon! Implement an old-school text-based adventure for our bot! You can write the adventure any way you want, and pick any theme you want, no dragons required! The...
## Description `constants.py` has quite a bit of mess. There are constants we no longer use, there is a mix of regular classes and NamedTuples, and a lack of documentation....
As I recently learned, submodules are not kept up to date automatically. We have to update them by running `git submodule update --recursive --remote` and then committing the result -...