Tim Hatch
Tim Hatch
It appears that the manifest is missing at least one file necessary to build from the sdist for version 2.0.0. You're in good company, about 5% of other projects updated...
Given ```py def func(x): if x == "a": return "a" elif x == "a": return "a" elif x == "a": return "a" elif x == "a": return "a" elif x...
https://python-zstandard.readthedocs.io/en/latest/compressor.html says > level – Integer compression level. Valid values are all negative integers through 22. But the usage elsewhere in the file, both param default and the "Typically usage...
It looks like `SPINDLE_SPEED_CHANGE_PER_MS` isn't exposed as config but the other values in settings nearby are; I'm not sure if that's intentional or an oversight. For purposes of making axes...
It appears that the manifest is missing at least one file necessary to build from the sdist for version 0.0.1b0. You're in good company, about 5% of other projects updated...
It appears that the manifest is missing at least one file necessary to build from the sdist for version 2.0.0. You're in good company, about 5% of other projects updated...
It appears that the manifest is missing at least one file necessary to build from the sdist for version 1.0.0rc1. You're in good company, about 5% of other projects updated...
For example, playing in the REPL I forgot to close a path: >>> pco = pyclipper.PyclipperOffset() >>> pc.AddPath([[0,0], [10,0], [10,10], [0, 10]], pyclipper.JT_ROUND, pyclipper.ET_CLOSEDPOLYGON) terminate called after throwing an instance...
The important parts are: - `refactor_file` adds a newline. it doesn't take it away, because - `refactor_file` calls `processed_file` which does an ast re-parse - `apply_hunks` has at least two...
Enables pessimist on CI so it should be more difficult to get into this state in the future.