Rob Moore
Rob Moore
Thanks for contributing @puridach-w . I've added some minor suggestions and kicked off the build for you.
@puridach-w the code all looks ok to me but I'm not very familiar with the subject of reports. I think it'd be a good idea to get a review from...
Yeah that's roughly what I had in mind; maybe an API like `fn upload_with_progress(local: Path, remote: Path, notify: Channel)` and you can run it async and read progress from the...
@ryanking Any ETA?

@AndersenTobias PEP 328 suggests not using relative imports unless you really have to. Read https://www.python.org/dev/peps/pep-0328/ for an analysis.
Thanks @craiglabenz, I just ran into this issue while upgrading my django version to 1.8; I'll probably use your fork :+1:
Actually from what I can see, nexus 0.3.1 works fine with django 1.8; my problem now is with the gargoyle module. Is this pull request still needed? Upgrading from 0.3.0...
Cool, I'll give them a go; thanks.
Hi @HsuJv, thanks for the quick response. I had a quick play with getting the project's tests running but after initially noticing I needed to set some `SSH_RS_TEST_USERNAME=...` env vars...