machadinhos

Results 3 issues of machadinhos

Hi, I've ran into this issue with pyright: Input: ```py def a() -> None: ex: ExceptionGroup[ValueError] = ExceptionGroup("", [ValueError("a"), ValueError("b")]) raise ex try: a() except ExceptionGroup as e: print(all(isinstance(exc, ValueError)...

Hi, I've been using Blur for quite some time without ever encountering any issue, but ever since I update to Minecraft 1.21, with version 4.1.0 for Fabric of the mod,...

**Describe the bug** I'm trying to use eslint-plugin-tailwindcss but no rules are being triggered despite being violated. I'm sorry for reporting this here, I'm not even sure if this is...

bug