Marti Raudsepp

Results 237 comments of Marti Raudsepp

Hang on, onedriver causes silent corruption of files with no warning or error to the user? What happens when the user moves the file instead of copying, the data would...

Per #9690, I think it would be reasonable to have a grace period following a mypy release during which breaking changes in third-party stubs aren't released yet. Otherwise the breaking...

Determining the minimum and maximum mypy version supported isn't straightforward though. So in django-stubs we just support one mypy major version at a time (e.g. mypy 1.3.x). But I suspect...

Just to update this, [django-stubs version 4.2.6](https://github.com/typeddjango/django-stubs/releases/tag/4.2.6) no longer has a dependency on mypy and we're trying to facilitate small pull requests to improve experience with other type checkers. *...

For the 1.13.1 release, I sorted the PRs into sections by topic: https://github.com/typeddjango/django-stubs/releases/tag/1.13.1

I consider this fixed, latest release notes on GitHub have been more detailed.

I'm not a fan of putting this information exclusively into the database of a proprietary cloud service (GitHub). But the process is currently convenient for me: creating a release also...

Adding links from the PyPI page and README to the GitHub release page would be helpful I guess.

> the downstream ramification of using solely GitHub Releases is so hindering I feel the need to go out of my way to mention it. It's a lot more difficult...