Marti Raudsepp

Results 237 comments of Marti Raudsepp

@jammus Sadly, it's clear by now that Mechanize for Python is not being maintained. This probably won't be fixed unless someone else steps up to the plate. Meanwhile here's a...

Hi, thanks for the PR. I had a bit of time and tried this out. I couldn't make it work though, for some reason the plugin gives me a notice...

I agree, the `isWindowsExecutable` check is suspicious. It was apparently added in #16 to fix bug #15. Apparently in Windows, mypy's entry point `mypy.exe` is a binary file rather than...

> I think that the whole process of executing mypy should be simplified You're on the right track. The plugin should distinguish between two different ways how mypy can be...

> Either way, add [--python-executable](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-python-executable) argument to mypy, which would point to project's interpreter Agreed, this is a good idea. But it solves a different problem and should probably be...

The last release of django-stubs was on June 17, four and a half months ago. Since then there have been 131 commits to the master branch, but all this work...

> This means that we will only support one major django version at a time. 👍 I feel the tension between supporting multiple Django versions and having accurate type hints....

That's fine. Just to clarify: I agree with dropping support for older Django releases for now. I'm open to re-introducing backwards compatibility if someone comes up with a proposal and...