Tim Mitchell

Results 5 issues of Tim Mitchell

implements #956 Tests on 3.6 are passing. I have run it on python 2.7 but not the tests as pip will not install dependencies due to ssl errors. On 2.7...

### Step 2: Describe your environment - Plugin version: `0.10.2` - PyCharm/IDEA version: `2018.2.4` - Mypy version: `None` ### Step 3: Describe the problem: #### Steps to reproduce: 1. Install...

Type: Bug
Status: Stale

The TwistedWebResource.handle_rpc method can set ctx.in_string to a list containing a single mmap instance. MessagePackRpc.create_in_document() will crash when this happens as it assumes ctx.in_string is a list of strings. I...

Defect

Initially lodged as https://github.com/python/mypy/issues/16501 Given a metaclass called Meta, mypy considers the Meta.__dict__ attribute to have type def (self: builtins.type) -> types.MappingProxyType[builtins.str, Any] when the actual type is types.MappingProxyType[builtins.str, Any]....

**Is your feature request related to a problem? Please describe.** I am generating coverage data for several hundred files with many sub-packages. The filter at the top of the index...

enhancement
html