-
PyCon sprints for gdsfactory will be from Monday 19 to Thursday May 23rd at the Pittsburgh Convention Center!
Beginners welcome!
## Getting started
- Fork the repo
- Git clone
- Run the jupyter not…
-
## Describe the Bug
The `strawberry.type` and `strawberry.input` decorators create dataclasses, and they work fine with stdlib `dataclasses` helpers like `fields` and `asdict`, e.g. `strawberry.fie…
huonw updated
10 months ago
-
**Crash Report**
I can't understand log, so do you have any ideas where I can find a line for this report?
I am using VSCode, vscdoe gives me this error.
**Traceback**
```
Daemon crashe…
-
**Feature**
I would like for dmypy to be a fully fledged language server. Obviously it would only support diagnostics (which would make this much simpler). But this would be very convenient from an…
-
Converters are one-arg functions, some one-arg functions yield type error
```
Unsupported converter, only named functions and types are currently supported
```
One of the things I love about a…
-
Hello folks. I'm working on a plugin that uses `get_dynamic_class_hook` to construct type constructors (`TypeInfo`) and class definitions (`ClassDef`) that don't exist in a module. I add these definit…
-
Using Python 3.7 on Debian Buster 10.9 development host (target system is actually python2.7 based system).
The following code snippet gives a mypy error when I use aenum.Enum.
```
Argument "re…
-
**Describe the bug**
A clear and concise description of what the bug is.
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest v…
-
as i understand there are two reasons you'd want to rewrite the baseline:
- you've just fixed errors that were baselined and want to remove them so they can't silently reappear later (#106, #107)
- …
-
**Bug Report**
Mypy reports `Unsupported operand types for +` when concatenating two lists, when the second operand is a subtype of the first.
This was previously mentioned in [this comm…