aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/latex.py (follow)
Commit message (Collapse)AuthorAgeLines
* Update internal eval & latex to use the new paste service API (#1558)Gravatar ChrisJL2024-07-04-10/+10
|
* Bump ruff from 0.2.1 to 0.3.3 (#1479)Gravatar dependabot[bot]2024-03-21-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * Bump ruff from 0.2.1 to 0.3.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * apply ruff fixes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shtlrs <[email protected]>
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Add support for latex rendering server >400 errors (#1278)Gravatar MedAliMarz2023-06-06-13/+28
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-9/+10
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Allow .latex in python-help channelGravatar Matias Lago Evia2023-03-10-0/+1
|
* Make The Latex API URL ConfigurableGravatar Hassan Abouelela2022-11-21-1/+2
| | | | | | | Reads the latex API URL from an environment variable, to allow modifying it in prod. Signed-off-by: Hassan Abouelela <[email protected]>
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Enable LaTeX command in ds&a channelGravatar Anton Älgmyr2022-08-04-0/+1
|
* Allow latex command in data science and ai channelGravatar Chris Lovering2022-05-26-0/+7
|
* Handle Missing Logs in Latex API Response (#1036)Gravatar Shakya Majumdar2022-03-13-6/+9
| | | Co-authored-by: Xithrius <[email protected]>
* 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-0/+108