Alex Hedges
Alex Hedges
The same error also occurs without `# fmt: off` being indented: ```python if True: # fmt: off pass False ``` I get the following AST diff in the log file:...
Two questions: 1. What is the status of this bug? It's still affecting us. 2. Is the problem always an apostrophe (`'`) being replaced by two backslashes (`\\`)? If so,...
@saggu, thanks for letting me know. In the ~20 instances I found it in our data, it was always apostrophes, but I didn't check all of DWD to verify it...
I can still reproduce the apostrophe issue, and I discovered that is applies to quotation marks and backslashes as well: ```console $ curl 'https://dwd.isi.edu/api?q=Q10988133&extra_info=true&language=en&type=exact&is_class=true' [{"qnode": "Q10988133", "description": ["milk produced by...
I'm getting a similar error. To not clutter the tracker with extra issues, I'll post it here. Hopefully the second data point helps. **Describe the bug** Pydantic plugin crashes. **To...
There is a certificate if you go to . The problem is that there is no automatic redirect from the HTTP site to the HTTPS site. Many sites unfortunately don't...
That is because you are looking at the page for the old package name. PyPI doesn't allow one to edit the project description without a new release. As far as...
I've tried following those directions before, but CentOS 7/RHEL 7 is a special case. Fortunately, @[tiran](https://github.com/tiran) (fake mention to not ping him) figured out how to do it and documented...
@Yebolin, thank you very much for how you compiled it! I was able to use a modified version of your commands to compile with pyenv, and I added the steps...
I just tried installing `8.0.0-rc1` (I want to update to Angular 11), and I encountered this problem, too. I did a little bit of digging, and I think I know...