Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | Add amssymb package | 2022-05-30 | -1/+1 | ||
| | | | | | | | | | Co-authored-by: Shakya Majumdar <[email protected]> | ||||
| * | | Add amsmath support | 2022-05-18 | -0/+1 | ||
|/ / | | | | | | | Amsmath is a widely used package for things such as including text in equations or aligning multiple equations. This PR includes it in the default LaTeX template so that p-eople can use Amsmath commands in the .latex command. | ||||
* | | Merge pull request #879 from gitautas/uwu | 2022-05-09 | -32/+134 | ||
|\ \ | | | | | | | Uwuification update. | ||||
| * \ | Merge branch 'main' into uwu | 2022-05-09 | -1390/+23811 | ||
| |\ \ | |/ / |/| | | |||||
* | | | Bump pillow from 9.0.0 to 9.0.1 (#1045) | 2022-03-14 | -33/+36 | ||
| | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | | | Add Twemoji utility command (#988) | 2022-03-14 | -1/+167 | ||
| | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | ||||
* | | | Handle Missing Logs in Latex API Response (#1036) | 2022-03-13 | -6/+9 | ||
| | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | ||||
* | | | truncate output. (#1041) | 2022-03-04 | -1/+4 | ||
| | | | |||||
* | | | Merge pull request #1040 from python-discord/new-banner-image | 2022-02-21 | -0/+0 | ||
|\ \ \ | | | | | | | | | Update Sir Lancebot's banner image to match new branding | ||||
| * | | | Update Sir Lancebot's banner image to match new branding | 2022-02-21 | -0/+0 | ||
|/ / / | |||||
* | | | Merge pull request #1039 from python-discord/add-run-bot-step-during-lint | 2022-02-20 | -2/+12 | ||
|\ \ \ | | | | | | | | | Add run bot step during lint | ||||
| * | | | Add a step during lint that inits the bot | 2022-02-20 | -1/+9 | ||
| | | | | | | | | | | | | | | | | This step doesn't actually call bot.run(), and is designed to catch errors in imports/cog setup functions before they are merged. | ||||
| * | | | Don't call bot.run() if IN_CI env var is set | 2022-02-20 | -1/+3 | ||
|/ / / | |||||
* | | | Merge pull request #1037 from python-discord/fix-error-in-pull-1033 | 2022-02-20 | -1/+1 | ||
|\ \ \ | | | | | | | | | Fix error in pull 1033 | ||||
| * | | | Fix TypeError caused by adding a list to a tuple | 2022-02-20 | -1/+1 | ||
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/main' into main | 2022-02-20 | -23/+159 | ||
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Allow `.src` in dev-contrib and community-meta (#1033) | 2022-02-20 | -22/+26 | ||
| | | | | |||||
* | | | | Merge pull request #1010 from ShakyaMajumdar/feat/latex | 2022-02-19 | -1/+133 | ||
|\ \ \ \ | | | | | | | | | | | Latex Command | ||||
| * \ \ \ | Merge branch 'main' into feat/latex | 2022-02-19 | -312/+1152 | ||
| |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | add comments and docstrings, remove an unused variable | 2022-02-01 | -1/+8 | ||
| | | | | | |||||
| * | | | | paste image on a white background | 2022-01-26 | -2/+14 | ||
| | | | | | |||||
| * | | | | rework directory structure | 2022-01-21 | -10/+8 | ||
| | | | | | |||||
| * | | | | remove mpl from deps | 2022-01-19 | -211/+0 | ||
| | | | | | |||||
| * | | | | Merge branch 'main' into feat/latex | 2022-01-19 | -54/+54 | ||
| |\ \ \ \ | |||||
| * | | | | | rewrite, use the rtex api instead of mpl | 2022-01-18 | -75/+63 | ||
| | | | | | | |||||
| * | | | | | fix path to cache in gitignore | 2022-01-10 | -1/+1 | ||
| | | | | | | |||||
| * | | | | | format error messages in codeblocks | 2022-01-10 | -1/+14 | ||
| | | | | | | |||||
| * | | | | | run isort and flake8 | 2022-01-10 | -5/+7 | ||
| | | | | | | |||||
| * | | | | | add latex command | 2022-01-10 | -2/+326 | ||
| | |_|_|/ | |/| | | | |||||
| | | * | | Merge remote-tracking branch 'origin/main' into main | 2022-02-16 | -405/+1638 | ||
| | | |\ \ | |_|_|/ / |/| | | | | |||||
* | | | | | Add topics for `#programming-pedagogy` channel | 2022-02-16 | -0/+9 | ||
| | | | | | |||||
* | | | | | Fix #1024 (#1030) | 2022-02-15 | -1/+4 | ||
| | | | | | |||||
* | | | | | Disable AoC completionist task | 2022-02-15 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This disabled the completionist task that checks the leaderboard for people who have 50 stars and gives out the role. Since the event is running, we are not keeping the session cookies up to date, so this is flooding #dev-log with errors. This task should be altered in preparation for next event so that commenting out this line isn't required. Co-authored-by: ToxicKidz <[email protected]> | ||||
* | | | | | Merge pull request #778 from python-discord/merge-github-issues | 2022-02-14 | -291/+202 | ||
|\ \ \ \ \ | | | | | | | | | | | | | Merge automatic issue linking into the github cog | ||||
| * \ \ \ \ | Merge branch 'main' into merge-github-issues | 2022-02-14 | -614/+2030 | ||
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #1026 from Shom770/fix-trivia-night | 2022-02-12 | -1/+1 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixing typo in `Roles.admin` | ||||
| * | | | | | | fix typo | 2022-02-12 | -1/+1 | ||
|/ / / / / / | |||||
* | | | | | | Merge pull request #910 from Shom770/trivia-night | 2022-02-12 | -0/+885 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Trivia night event | ||||
| * | | | | | | missing extra 7 | 2022-02-09 | -1/+1 | ||
| | | | | | | | |||||
| * | | | | | | add event runner role id | 2022-02-09 | -2/+2 | ||
| | | | | | | | |||||
| * | | | | | | let the paginator do its thing | 2022-02-09 | -8/+2 | ||
| | | | | | | | |||||
| * | | | | | | fix lists | 2022-02-09 | -11/+19 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | command | ||||
| * | | | | | | pagination | 2022-02-09 | -2/+14 | ||
| | | | | | | | |||||
| * | | | | | | fix scoreboard bugs | 2022-02-09 | -3/+46 | ||
| | | | | | | | |||||
| * | | | | | | initialize scoreboard view only during display | 2022-02-09 | -4/+6 | ||
| | | | | | | | |||||
| * | | | | | | fix question bug | 2022-02-09 | -1/+1 | ||
| | | | | | | | |||||
| * | | | | | | reverting back to original commit for a NamedTuple | 2022-02-09 | -6/+7 | ||
| | | | | | | | |||||
| * | | | | | | reverting namedtuple change | 2022-02-09 | -5/+11 | ||
| | | | | | | | |||||
| * | | | | | | int to ordinal as a separate method | 2022-02-09 | -14/+11 | ||
| | | | | | | | |||||
| * | | | | | | Apply suggestions from code review | 2022-02-09 | -7/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Johannes Christ <[email protected]> |