TizzySaurus
TizzySaurus
## Description When users link to a github issue on discord via `repo#num` (e.g. `sir-lancebot#999`), we currently (as of #998) display a purple tick all the time if it's a...
# The Problem The [`MAX_OUTPUT_BLOCK_LINES` variable](https://github.com/python-discord/bot/blob/main/bot/exts/utils/snekbox/_cog.py#L81) is set to a value of 10, which means under the [current logic](https://github.com/python-discord/bot/blob/main/bot/exts/utils/snekbox/_cog.py#L267-L278) evals which output more than **10** lines, will be uploaded to...
When executing the command `/tag` without any arguments, a list of all tags is displayed. However, for some reason there's a random bullet point at the top of the list:...
## **Information** Minecraft version: 1.20.4 Modloader: Quilt Quilt loader version: 0.24.0-beta.8 (with fabric api 0.96.3) Environment: Singleplayer & Multiplayer Mod name: Configurable Despawn Timer Mod version: 3.4 (for MC 1.20.4)...
As the title says. Not sure if this was deliberately left out or just missed, but it meant I got a load of mypy errors in my bot.
# Request a feature The maintainers of ArkType will do our best to provide prompt feedback for any feature requests- especially those that are concise and persuasive! ### 🤷 Motivation...
# Report a bug ### 🔎 Search Terms boolean unioned with a recursive discriminated union, recursion, recursive discriminated union ### 🧩 Context - ArkType version: 2.0-dev.26 - TypeScript version (5.1+):...
# Report a bug ### 🔎 Search Terms negative length constraint, max length, min length ### 🧩 Context - ArkType version: 2.0.0-dev.16 - TypeScript version (5.1+): 5.4.5 - Other context...
Closes #729. ## What This PR adds `@ark/jsonschema`, which is a library enabling users to convert a valid JSON Schema schema into an ArkType type. ### API Below is a...