Rob Moore
Rob Moore
Discovered this because I have a gitignore in a golang project which excludes `/src/*` but commits `/src/xantoria.com/*`, like this: ``` (gnotif→) gnotify (master) $ cat .gitignore .* !/.gitignore *.swp *.swo...
Unfortunately, it looks like your tests are quite tightly bound to wording in old versions of couchdb though, so while it was trivial to fix this, running the tests against...
I don't see a stated couchdb version supported for this library so I'm not sure if I'm simply using a version for which this library wasn't designed, but I just...
While perusing the upickle documentation I noticed that in one of the patch notes later than the version you're currently using, the phrase "~ 3x faster" appears: http://www.lihaoyi.com/upickle/#VersionHistory You can...
The `type` field has the incorrect type annotation (ironically) for at least `ResultSetColumnType` and `SQLAColumnType`. I'm not sure why `mypy` hasn't identified this as a problem. This has the effect...
When trying to upload individual files with scp, I ran into some `unknown error`s being reported. Looking at the source, it looks like this is the host sending a response...
Hi, just a feature request around scp. I used this project as I ran into difficulties cross-building with bindings to `libssh2` (https://github.com/alexcrichton/ssh2-rs/issues/22). The APIs are very similar so it wasn't...
Somewhat related to #94 but fairly distinct issue: there appear to be bugs around interpreting paths when uploading via scp from a windows localhost to a linux remote host. I...
Being able to search through an S3 file while in the s3-browser cli would be beneficial in some cases. To stick with the unix-like interface it'd be nice to make...