Ben Spiller

Results 9 issues of Ben Spiller

**Describe the bug** I have a Python program that's doing a long (infinite) time.sleep(1000), and has no multiprocessing/threading. With coverage 6.2 it works but with 6.3 sending SIGTERM results in...

bug
question

**Describe the bug** If I document a class X with a method y() on it, when autodoc-skip-member is called for the method y() the value of what="class" and name="y". The...

bug
autodoc
api

If I have a Python .coverage file in my current directory when I run codecov it finds it, but any .coverage files from child directories seem to be completely ignored....

**Describe the bug** Upgrading from 2.13.2 to 2.13.2.1 has broken our application, despite there being no warning of any compatibility-breaking changes in the release notes (https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13.1). We have a custom...

This tool is by far the best way to analyze a big repo to decide what to prune, and what to add to LFS, and I love it. But it'd...

enhancement

It's not 100% clear whether all the sizes reported by the tool are in bytes or kB. Maybe the generated analysis output text files could include units e.g. === All...

good first issue
docs

It's understandable (and explained clearly in the FAQ, thanks) why the "Can't add different class with same name" IllegalStateException is sometimes thrown. However despite this it's very difficult at present...

type: enhancement
component: core

Since many opensource licenses (e.g. MIT) require publishing a list of copyright attributions from the dependencies you use, it'd be awesome to have support for detecting copyrights in this tool...

enhancement

**Describe the bug** The manual tester seems to hang the Python process with a warning: 2019-03-29 11:12:32.438 Python[2909:33227] WARNING: NSWindow drag regions should only be invalidated on the Main Thread!...

bug