Amy Pircher
Amy Pircher
I love VS Code, but this is my single biggest pet peeve. If I get around it so that it looks like a property, and not a function by doing...
Sorry for my slow reply @erictraut, you're right that the pylance type checker doesn't have this problem, I was mistaken. I'm familiar with the mypy bug. My usual workflow is...
I don't mind you asking at all! I honestly use both, but it comes down more to a focus thing for me. There's a balance between getting the important thing...
@erictraut having an easy way to turn type-checking on/off/change strictness would be really nice. I would be way more inclined to using the editor's type checker with that capability. But...
@picnixz yes, I just confirmed that it's still an issue. It's been a minute and I needed a solution, so I created a monkeypatch locally that I'm using, which solves...
I guess for consistency, my `conf.py` file now has the following: ```python from docs.overload_fix import generate sphinx.ext.autodoc.Documenter.generate = generate ```
I didn't answer both your questions, sorry. @picnixz, it is an issue with imported overloaded functions, such as in the `__init__.py`. If I were to run autodoc on `demo/public.py` (and...
It does not work either in public or init. Sorry, I probably should've added the samples as a separate commant, but I didn't want to bombard with emails, so I...
I have a local workaround, I'll create a PR based on what I implemented locally in a fork.
One of the reasons I've really settled on VSCode as my editor is because the default Dark+ theme does not have a lot of high contrast. The new V2 theme...