Daniel Loader

Results 119 comments of Daniel Loader

> +1 > ftplib currently has function retrbinary() where I currently download from FTP into a BytesIO object and then use smart_open to write to s3. This is the fastest...

Agreed with all of the above. Could be simplified with a toggle with whitelist or blacklist by default. Some users I'd like to whitelist two directories, some I'd like to...

Had a fiddle and came up with: ```python @operator(pipable=True) async def taketimeout(source, n, timeout=1): """Forward the first ``n`` elements from an asynchronous sequence. Additionally provide a ``timeout`` in seconds. Default...

It might be more useful to make a timeout function a generic pipe operator that allows you to terminate any long running pipe by time rather than by item counts....

In addition to that it'd be nice if vfs and cache rc commands had a vfs/queue and cache/queue option to spit out what's left to upload and when.

Do these two machine scripts still exist? Can't easily see them in the repo.

Any update on the progress of this issue? Lots of the torrents I end up seeding for 14 days are unregistered and nuked within a day or so of grabbing.

At this point I'd just take a textbox to regex against a tracker status.

Just ran into this problem when executing the CircleCI CLI inside a Visual Studio Code devcontainer - with docker from the host available inside the container. Just in case anyone...

Hey, great tool, started using it recently. My suggestion would be: WARNING: The [autosummary_toc](http://code.nabla.net/doc/sphinx/api/sphinx/ext/autosummary/sphinx.ext.autosummary.autosummary_toc.html) element not yet supported in Markdown. Example output: ![image](https://user-images.githubusercontent.com/933423/82425730-d8147e80-9a7e-11ea-89bc-4aa05d9ccf34.png) Compared to the RTD rendering in html:...