Thanos
Thanos
This exposes a linker extension flag, specifically `-z nocopyreloc`, within the build system so that one can use it within a `build.zig` file. As a first-time contributor and novice zig...
## Rationale `import_expression` is effectively unmaintained and isn't functional on python3.12 (according the issue linked below). The new logic should be functional on 3.8+. Closes #228. ## Summary of changes...
### Summary Using the `commands.hybrid_command()` and `app_commands.command()` decorators on free functions results in type-checking errors when using attributes of that command (e.g. `.error` to decorate an error-handling function). ### Reproduction...
The function name has an underscore. Without this, calling help can cause an exception. Should be reproducible by calling `help()` in the repl on windows. I personally found it by...
Mainly doing this out of curiosity to see the primer hits. EDIT: Would close #8647.
This is an attempt to centralize discussion about using `@(warnings/typing_extensions).deprecated()` in typeshed to convey "typing-only" deprecations, not just runtime-related ones. I'm currently trying to use the decorator that way in...
Resolves #2772. Also based on the work and discussions in #2772, #2773, #7430, and #8698. Seemingly unblocked by #11867. This attempts to deprecate the current less restrictive and less accurate...
First off, apologies for the last PR. It was unreviewable, not productive to have as an open PR, and overall bad form. I hope I can show I've learned from...
Tooling: Confusing difference in behavior between `pre-commit run --all-files` and `tox -e run lint`
I've noticed that if I run `tox run -e lint` in a clone of this project, black will do a few cosmetic changes related to whitespace and overload ellipses, while...
Technically, more could've been done, but I tried to make the diff minimal for this PR. Some changes include: - Adding a return code and keeping it updated so that...