Shivansh-007
Shivansh-007
### Description You can now specify `config` key in pyproject.toml which does the same job as the CLI option `--config`. The path of config should be relative to the CWD...
Closes #2067 Closes #2828 ### Checklist - did you ... - [X] Add a CHANGELOG entry if necessary? - [X] Add / update tests if necessary? - [X] Add new...
All that has change from v2 (16c585d41d649af8a1be4cd35559d60970f27339) -> v3 * Runtimes can now have their versions selected * Configuring run time and compile timeouts * Configuring `compile_memory_limit` and `run_memory_limit` *...
We want to add languages as soon as they are added on the piston-api, and keep increasing the languages count in this, but for that we need to add those...
## Description Currently, we need to update languages manually, and can sometimes get tiring. A better alternative to this is to dynamically run this every 48 hours(say), for example: >...
psf/black may be adopting `isort` for formatting its imports, an experimental PR has been opened for this purpose, see psf/black#2941. On opening this PR, we saw one buggy formatting when...
Fixes BOT-1RG Fixes BOT-1RD Closes #2002 Closes #2003 ### Changes: - Add a better datetime converter that allows passing time in 12/24 hour format, the previous method of parsing `start`...
Closes #1964 
## Relevant Issues Closes #627 ## Description This implements the global leaderboard command, it is basically a leaderboard for all the games together, if you win the coinflip, you get...
This PR makes a Redis cache in `bot.bot` to store all the unloaded extensions, on every unload and load this cache would be edited in the desired manner, either removing...