Ian Stapleton Cordasco

Results 41 issues of Ian Stapleton Cordasco

~~https://www.relishapp.com/vcr/vcr/v/2-5-0/docs/hooks~~ https://www.relishapp.com/vcr/vcr/v/2-8-0/docs/hooks ### Planned to implement for 0.7.0 - [x] Before record - [x] Before playback ### Postponing implementation until later - [ ] Before http request - [ ]...

Enhancement

I'm wondering if there's a need to test items using requests in thread-safe manner and how that would work with betamax. Currently the access to cassette files is not threadsafe...

Enhancement

As part of running a large public election (e.g., for a public foundation) it'd be nice to be able to download the list of voters and whether or not they...

Hi there, I just wrapped up an election where we added approximately 118 voters after the fact. Each time I attempted to email voters who had not received a ballot,...

This could be a running list of them as I find them. - [ ] raw Exception in dbconnection.py https://github.com/sqlobject/sqlobject/blob/49943d5539d0424811f772ffc81a8cdc1902e252/sqlobject/dbconnection.py#L390 - [ ] Add executeEntry pattern to firebirdconnection.py https://github.com/sqlobject/sqlobject/blob/49943d5539d0424811f772ffc81a8cdc1902e252/sqlobject/firebird/firebirdconnection.py -...

enhancement

Related to #419 but not quite As a result of #419, pydocstyle now checks the decorators of a function such that if they match the name `overload` ([and only that](https://github.com/PyCQA/pydocstyle/blob/d4d9d6342ff201b5bb4b672ae35ac3e43968190a/src/pydocstyle/parser.py#L214))...

There are official Docker hub images for each of these: - https://hub.docker.com/_/centos/ - https://hub.docker.com/_/opensuse/ We should take advantage of this and test on a few versions to try to cover...

LibYAML would like to start continuously testing on Windows with AppVeyor, but the current maintainers are unfamiliar with developing on Windows. [curl](https://github.com/curl/curl/blob/master/appveyor.yml) utilizes AppVeyor and may be helpful for people...

This is a probably an instance of go read the RFC, but I half-expected the following to work: ``` py >>> conn = hyper.HTTP20Connection('http2bin.org:443') >>> first = conn.request('POST', '/post', body=body)...

I initially implemented this for Requests in the requests-toolbelt but this was already pretty generic because Requests just passes file-like objects (which is how the streaming encoder behaves) directly to...