Jason R. Coombs
Jason R. Coombs
As you can see, little changed with fuzzy.pyx [from 1.1 to 1.2](https://github.com/yougov/fuzzy/compare/1.1...1.2), and it changed slightly [from 1.2 to 1.2.2](https://github.com/yougov/fuzzy/compare/1.2...1.2.2).
As I'm not the original author, I have little visibility to the project, so I can give little guidance to what this library _should_ be doing, so it's nice to...
There are several issues at play here. Let's set aside for the moment the issue that non-ascii characters are not yet supported (as the [encoding for strings is declared to...
After a second attempt, the migration failed again with a similar 500 error, but this time after `Pull request #83`, so the issue seems to be intermittent and spurious. Is...
Here's the info from the debug log in the latest run, in case it's helpful: ``` 0 info it worked if it ends with ok 1 verbose cli [ 1...
Wait a minute. I see `500` but I also see `ENOTFOUND api.github.com`. So maybe the `500` response is a lie and in fact the issue is that sometimes the name...
I stumbled onto this issue in the configparser project. I worked around it by converting the type comments to native type hints (jaraco/configparser@4990ba132450e218d9695ba74d4a139913459b17).
The use of the `license` field in setup.py is meant to be used only to specify a non-standard license. Since this project has a LICENSE file, that should be preferred....
This project is now maintained at [coherent-oss](/coherent-oss/pytest-flake8).
@VRGHost, would you be willing to contribute your work on pytest-flake8-v2 back to the project there?