CoolCat467
CoolCat467
### What happened? 1. Open ATLauncher 2. Click `Import` button 3. Paste link to MultiMC zip from latest FoxLoader release https://github.com/Fox2Code/FoxLoader/releases/ (current link as of writing is https://github.com/Fox2Code/FoxLoader/releases/download/1.2.25/FoxLoader-1.2.25-mmc.zip) 4. After...
This PR replaces the depreciated `cgi` module's multipart form data decoding with the multipart form data decoding using the `email` module. Along the way I also changed opening file objects...
This pull request adds type annotations to all node types and the abstract iterator.
While using this project in a project of my own, when type checking my project I found that there are no type annotations for this project and therefore the type...
This pull request has the project switch to using ruff instead of pyflakes and handles the slight differences it has. I was considering moving this into another pull request to...
This pull request updates `black` and `isort` and auto-formats everything using the new versions.
This PR makes the following changes: - Adds a few missing type annotations so [mypy](https://mypy.readthedocs.io) can work well - Aligns `method_access_flags` by comma - Adds documentation strings to functions and...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - "Return a value from labeled loops" - I have checked the latest...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - "labeled loop continue" - "continuing labeled loop" - "continuing loop with label"...
**Crash Report** Mypy Daemon crashed attempting to generate type suggestions for `__reduce__` function in class with nonstandard `__new__`. (re-creating #15823) **Traceback** ``` dmypy suggest crash.py:64: error: INTERNAL ERROR -- Please...