aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Add amssymb packageGravatar PH-KDX2022-05-30-1/+1
| | | | | | | | | Co-authored-by: Shakya Majumdar <[email protected]>
| * | Add amsmath supportGravatar PH-KDX2022-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/uwuGravatar Senjan212022-05-09-32/+134
|\ \ | | | | | | Uwuification update.
| * \ Merge branch 'main' into uwuGravatar Senjan212022-05-09-1390/+23811
| |\ \ | |/ / |/| |
* | | Bump pillow from 9.0.0 to 9.0.1 (#1045)Gravatar dependabot[bot]2022-03-14-33/+36
| | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Add Twemoji utility command (#988)Gravatar Gustav Odinger2022-03-14-1/+167
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
* | | Handle Missing Logs in Latex API Response (#1036)Gravatar Shakya Majumdar2022-03-13-6/+9
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
* | | truncate output. (#1041)Gravatar MaskDuck2022-03-04-1/+4
| | |
* | | Merge pull request #1040 from python-discord/new-banner-imageGravatar ChrisJL2022-02-21-0/+0
|\ \ \ | | | | | | | | Update Sir Lancebot's banner image to match new branding
| * | | Update Sir Lancebot's banner image to match new brandingGravatar Leon Sandøy2022-02-21-0/+0
|/ / /
* | | Merge pull request #1039 from python-discord/add-run-bot-step-during-lintGravatar ChrisJL2022-02-20-2/+12
|\ \ \ | | | | | | | | Add run bot step during lint
| * | | Add a step during lint that inits the botGravatar Chris Lovering2022-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 setGravatar Chris Lovering2022-02-20-1/+3
|/ / /
* | | Merge pull request #1037 from python-discord/fix-error-in-pull-1033Gravatar wookie1842022-02-20-1/+1
|\ \ \ | | | | | | | | Fix error in pull 1033
| * | | Fix TypeError caused by adding a list to a tupleGravatar Izan2022-02-20-1/+1
| | | |
| * | | Merge remote-tracking branch 'origin/main' into mainGravatar Izan2022-02-20-23/+159
| |\ \ \ | |/ / / |/| | |
* | | | Allow `.src` in dev-contrib and community-meta (#1033)Gravatar TizzySaurus2022-02-20-22/+26
| | | |
* | | | Merge pull request #1010 from ShakyaMajumdar/feat/latexGravatar Boris Muratov2022-02-19-1/+133
|\ \ \ \ | | | | | | | | | | Latex Command
| * \ \ \ Merge branch 'main' into feat/latexGravatar Boris Muratov2022-02-19-312/+1152
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | add comments and docstrings, remove an unused variableGravatar Shakya Majumdar2022-02-01-1/+8
| | | | |
| * | | | paste image on a white backgroundGravatar Shakya Majumdar2022-01-26-2/+14
| | | | |
| * | | | rework directory structureGravatar Shakya Majumdar2022-01-21-10/+8
| | | | |
| * | | | remove mpl from depsGravatar Shakya Majumdar2022-01-19-211/+0
| | | | |
| * | | | Merge branch 'main' into feat/latexGravatar Shakya Majumdar2022-01-19-54/+54
| |\ \ \ \
| * | | | | rewrite, use the rtex api instead of mplGravatar Shakya Majumdar2022-01-18-75/+63
| | | | | |
| * | | | | fix path to cache in gitignoreGravatar Shakya Majumdar2022-01-10-1/+1
| | | | | |
| * | | | | format error messages in codeblocksGravatar Shakya Majumdar2022-01-10-1/+14
| | | | | |
| * | | | | run isort and flake8Gravatar Shakya Majumdar2022-01-10-5/+7
| | | | | |
| * | | | | add latex commandGravatar Shakya Majumdar2022-01-10-2/+326
| | |_|_|/ | |/| | |
| | | * | Merge remote-tracking branch 'origin/main' into mainGravatar Izan2022-02-16-405/+1638
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Add topics for `#programming-pedagogy` channelGravatar DMFriends2022-02-16-0/+9
| | | | |
* | | | | Fix #1024 (#1030)Gravatar MaskDuck2022-02-15-1/+4
| | | | |
* | | | | Disable AoC completionist taskGravatar ChrisJL2022-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-issuesGravatar ChrisJL2022-02-14-291/+202
|\ \ \ \ \ | | | | | | | | | | | | Merge automatic issue linking into the github cog
| * \ \ \ \ Merge branch 'main' into merge-github-issuesGravatar ChrisJL2022-02-14-614/+2030
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1026 from Shom770/fix-trivia-nightGravatar ChrisJL2022-02-12-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixing typo in `Roles.admin`
| * | | | | | fix typoGravatar Shom7702022-02-12-1/+1
|/ / / / / /
* | | | | | Merge pull request #910 from Shom770/trivia-nightGravatar Boris Muratov2022-02-12-0/+885
|\ \ \ \ \ \ | | | | | | | | | | | | | | Trivia night event
| * | | | | | missing extra 7Gravatar Shom7702022-02-09-1/+1
| | | | | | |
| * | | | | | add event runner role idGravatar Shom7702022-02-09-2/+2
| | | | | | |
| * | | | | | let the paginator do its thingGravatar Shom7702022-02-09-8/+2
| | | | | | |
| * | | | | | fix listsGravatar Shom7702022-02-09-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | command
| * | | | | | paginationGravatar Shom7702022-02-09-2/+14
| | | | | | |
| * | | | | | fix scoreboard bugsGravatar Shom7702022-02-09-3/+46
| | | | | | |
| * | | | | | initialize scoreboard view only during displayGravatar Shom7702022-02-09-4/+6
| | | | | | |
| * | | | | | fix question bugGravatar Shom7702022-02-09-1/+1
| | | | | | |
| * | | | | | reverting back to original commit for a NamedTupleGravatar Shom7702022-02-09-6/+7
| | | | | | |
| * | | | | | reverting namedtuple changeGravatar Shom7702022-02-09-5/+11
| | | | | | |
| * | | | | | int to ordinal as a separate methodGravatar Shom7702022-02-09-14/+11
| | | | | | |
| * | | | | | Apply suggestions from code reviewGravatar Shom7702022-02-09-7/+6
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Johannes Christ <[email protected]>