Andrea Ratto

Results 11 issues of Andrea Ratto

I am sometimes using `stream=True` and then consuming the raw response chunk by chunk. I if dump one of those responses using toolbelt's `dump()`, it consumes all the content and...

I enjoy gpaste via the gnome extension and I maintain a custom Fedora "spin" for my organization as well as family and friends, where I have GPaste preinstalled and active...

I am using boto to download "folders" containing lots of small files from S3. I have noticed that an extra HEAD request is being performed before each GET, which results...

*Description of changes:* This allows custom deployments of the project by: - allowing different acls for artifacts on S3 - not requiring a mirror bucket in the region, which is...

Hi, I tend to close terminals with Ctrl^D, and I expect the drop down to go away when the shell exits. I do not know if this is the best...

Here's an example: ``` ``` Keep up the good work.

I was playing with the ddd-hexagonal-cqrs-es-eda demo project and noticed that, while that is MIT licenses, other bitloops packages used in there are not. For example the module `@bitloops/bl-boilerplate-core` comes...

Hi, I was running some tests in a Tornado web application that uses tornado-redis after a call to IOLoop.set_blocking_log_threshold() with a low value, to spot any blocking IO or slow...

I noticed that PEAK managed to release a version for python 3 at some point: https://github.com/PEAK-Legacy/ProxyTypes I have not tested it but it should be worth merging back into it