correctmost

Results 29 comments of correctmost

I think this issue can be closed now that `reportShadowedImports` support has been removed from Pyright: https://github.com/microsoft/pyright/pull/10891

I have seen a similar `invalid-type-form` warning in the archinstall codebase where ty is the only type checker to issue a warning: ```python from __future__ import annotations import uuid from...

> This example works for mypy, pyrefly, and zuban for an entirely different reason than it "works" in `get_type_hints`. They do not implement the same namespace-swapping that `get_type_hints` does (and...

> I've remade the media. Used different uses and I've tried all three different driver versions and in all three scenarios I ended up with either a system that didn't...

> After doing some.digging into journalctl it seems the issue is that sddm is having an issue and hard crashing. > This explains the black screen problem. A similar regression...

> A similar regression was mentioned on the Arch forums: https://bbs.archlinux.org/viewtopic.php?id=306739 Further info here: https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/issues/32

> Then the keyboard layout locale is EN, the bug is here I think the "en" layout is for PinePhones: https://github.com/archlinux/archinstall/issues/2979#issuecomment-2511984709

Would it make sense to ignore RecursionErrors in the fuzz target? https://github.com/google/oss-fuzz/blob/be8fded65f99abd577dbe46ac4f0b8f8266a1a9b/projects/astroid/fuzz_parse.py#L29-L36 That would cause the existing test cases on the dashboard to be marked as resolved.

Here's the OSS-Fuzz PR: https://github.com/google/oss-fuzz/pull/14847