Michael K.
Michael K.
When type checking the code below against troposphere 4.0.1, mypy complains about: ``` example.py:28: error: Value of type variable "__ResourceTypeVar" of "broken_bound" cannot be "List[AWSObject]" [type-var] example.py:29: error: Value of...
Probably related to the [bump to Electron 9.0](https://github.com/Microsoft/vscode-docs/blob/master/release-notes/v1_49.md#electron-90-update).
From [AWS Support's documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awssupport.html#awssupport-actions-as-permissions): AWS Support does not let you allow or deny access to individual actions; therefore your policy must use the "Action": "support:*" to use the AWS Support...
This requires the coveralls repo token to be available as a secret. You can find the token at https://coveralls.io/github/alexcasalboni/ssm-cache-python. It must be added at https://github.com/alexcasalboni/ssm-cache-python/settings/secrets/actions 
If you want to combine all the EOL drops in a single release, you should consider dropping support for Python 3.5 as well. It reaches its EOL on 2020-09-13 (in...
For the same change in Django, see PR django/django#12013 and issue [30948](https://code.djangoproject.com/ticket/30948). I tried to convert `setup.py` 1:1 to `setup.cfg` with the following exceptions: - Add `long_description` - Add classifier...
For the same change in Django, see PR django/django#12013 and issue [30948](https://code.djangoproject.com/ticket/30948). I'm not a packaging expert. According to my tests, the following blocks should lead to the same result:...
> DeprecationWarning: Non-string usernames will no longer be supported in Requests 3.0.0. Please convert the object you've passed in (None) to a string or bytes object in the near future...