DS/Charlie
DS/Charlie
**To Reproduce** ```python from somewhere import Foo match None: case Foo(): ... ``` https://mypy-play.net/?mypy=latest&python=3.11&flags=ignore-missing-imports&gist=03694364e4e855575f23ba9c625e804e **Expected Behavior** no error **Actual Behavior** ``` $ mypy --ignore-missing-imports test.py test.py:4: error: Expected type in...
When I run `atuin init zsh` in my zshrc, I am greeted with ``` _atuin_precmd:3: ATUIN_HISTORY_ID: parameter not set ``` any time I boot my shell, because I also have...
Fixes #1354
The output of `thefuck --version`: The Fuck 3.32 using Python 3.11.1 and ZSH 5.8.1 Your system (Debian 7, ArchLinux, Windows, etc.): Darwin 22.2.0 arm64 How to reproduce the bug: 0....
**Is your feature request related to a problem? Please describe.** When using diffsitter as tool for `git diff`, line numbers don't make it immediately obvious where the change occurred. **Describe...
Fixes #140
I don't have a Proof of Concept yet, but to me it seems that the following pieces of code: ``` "https?://registry.npmjs.*/.*", "https?://(www\\.)?npmjs.*/package.*", "https?://.+python.+org/(packages|project)/.*", nuget_www_pattern = r"^https?://.*nuget.org/(api/v2/)?packages?/(?P.+)/(?P.+)$" @purl_router.route("https?://.*sourceforge.net/projects?/.*") ``` could accidentally...
**Describe the bug** When trying to visit https://python.org, a certificate warning is shown about the certificate only being valid for `c.shared-424-default.ssl.fastly.net`. **To Reproduce** Steps to reproduce the behavior: 1. Go...