Hunter Hogan

Results 16 issues of Hunter Hogan

I'm using typeshed_client to get the typeshed `ast` stub file, then I'm doing ast things to the file, and I am writing extra code to accommodate these three things https://github.com/python/typeshed/blob/ecd5141cc036366cc9e3ca371096d6a14b0ccd13/stdlib/ast.pyi#L1495-L1498...

Again, misleading or ambiguous diagnostic messages are a bug in a type checker: what is the value of a diagnostic message that has less information than an Exception thrown by...

waiting for user response
ai-triage-responded

# Example module ```python from python_toolbox.combi import PermSpace chicken = PermSpace(range(1, 9), fixed_map={0: 1, 2: 3, 1: 2, 7: 6, 6: 7, 5: 4, 3: 5, 4: 8}) for permutation...

Enhance the documentation by correcting typos and providing clearer instructions for users.

Without the space before the comma, VS Code interpreted the comma as part of the file name, which caused the following error even though the target file was in the...