Brian Cline

Results 15 issues of Brian Cline

I couldn't find anything current as far as packages go for Debian Squeeze (6.0.6 stable on kernel 2.6.32-5-amd64), so couldn't compile hid-query on this system. However, I was able to...

This project needs some versioning love so we can better manage releases and properly version any API-breaking changes.

packaging

Set a proper user-agent header in each of the HTTP adapters to identify this particular library; the version should be included (see also #23).

enhancement

ChunkedUploadConnection doesn't seem to be ensuring that any port it parses out of the connection string is actually an int() before passing it onto an HTTPConnection/HTTPSConnection object. From there, it...

Would make sense and improve this codebase a bit if we included the hacking checks in our flake8/pep8 checks.

enhancement

We have a test suite... we should be doing automated tests for pull requests via Travis CI. Need a configuration and if I recall correctly need to flip a switch...

enhancement

Uploading a >5 GiB object will fail. Need to handle these as SLOs, or add a dependency for the official Swift client module and call it for uploads. This would...

bug

In line with our other projects, 2.6 should become the minimum supported.

enhancement

Swftp may be forcefully using UTC rather than using the system's time zone when it emits timestamped log messages. Just need to double-check that we're not doing anything wonky with...