Steve Pulec

Results 12 issues of Steve Pulec

The json.dumps() in api.py blows up if there is a unicode char in one of the source files. [My fork](https://github.com/spulec/python-coveralls/commit/796d9dba34b759664e42ba39e6414209a0f319ad) has a fix that works for me, but I didn't...

Sometimes I run into issues with my dependencies having conflicting dependencies. When you have lots of dependencies, it can be difficult to debug exactly which dependencies conflict. When you run...

I thought that the work you had done last week should make it so that HTTPretty no longer breaks things like this. Feel free to just close this if it...

I'm skeptical that everything will actually work with python3, but all the tests are passing. It's a start... Anything that breaks with python3 should result in a new test.

This makes our workers crash/hang every hour or so. ``` Traceback (most recent call last): File "../lib/python2.7/site-packages/billiard/process.py", line 273, in _bootstrap self.run() File "../lib/python2.7/site-packages/billiard/process.py", line 122, in run self._target(*self._args, **self._kwargs)...

On most of the early scrapers, there was a `type` field that was used quite a bit to describe the type of report (`audit`, `testimony`, etc). I think it would...

Data Improvement

[Lodash](https://github.com/lodash/lodash) has an interesting strategy for handling their github issues: [here](https://twitter.com/samselikoff/status/991395669016436736) In short: - Feature requests are closed issues with `feature` label and `votes needed` label, and a 👍 emoji...

question

ie ``` python text = "Imagine this is a string that goes over 80 chars" ``` to ``` python text = "Imagine this is a string that" " goes over...

enhancement

Pep8ify should probably do something to deal with this.