Luvuyo Khumalo
Luvuyo Khumalo
Re-opened since the superseded (https://github.com/discord/discord-api-docs/pull/6120) PR (https://github.com/discord/discord-api-docs/pull/6578) has been merged into the API docs
I can reproduce this. ```py @client.slash_command() async def cmd(_: Interaction, opt: Range[0, -1] = SlashOption()): ... ``` Although I'm pretty sure that passing 0 as a minimum length is another...
Please stop sending these unnecessary messages. Someone will comment on this issue/make a Pull Request addressing it if they would like to. Therefore sending these messages won't do anything, as...
Is this still occuring? I've tried using Pylance strict (since it's just Pyright after all) and there's no error that occurs, using the code provided.
I'm on [hyprland](https://archlinux.org/packages/extra/x86_64/hyprland/), but I've just realised I'm two versions behind so I'll need to update it
Alright after upgrading Hyprland, Hyprlock, and Hyprlang, the error still persists
``` Hyprland, built from branch HEAD at commit c5e28ebcfe00a510922779b2c568cfa52a317445 (props: bump ver 0.37.1). Date: Sat Mar 16 14:51:49 2024 Tag: v0.37.1 flags: (if any) ```
Forgot to mark this as a draft initially as it hasn't been merged by Discord yet
This colour is also missing from jsDelivr https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/ Although it is accessible if you use the pico.colours(.min).css file
My main issue is that I don't want to load every colour from the stylesheet (IIRC Pico advises against doing that in prod) so that's why I wanted to have...