Results 49 comments of Ed Leafe

Hi, [posted a comment earlier that seems to have disappeared] Sorry for the delay in replying - I've been traveling and otherwise keeping very busy. Do you have any ideas...

Can you please try again with the latest version, 1.0.0?

`list_roles_for_user()` should also return Roles objects, not a list of dicts, as it currently does.

You could try adding the setting: ``` verify_ssl = False ```

Can you give me a general idea as to what the long-running process does? I'd like to be able to reproduce this, but I ran the 1.4.9 release overnight and...

So would you say that the 10 write threads are working more or less continuously, or in a bursty sort of flow? And does this happen often, or just at...

There's definitely something odd going on; unfortunately, I'm on the road for the next few days, and don't know how much testing I can do. It does look as though...

I'm not able to reproduce this. Does this happen consistently, or more or less randomly?

I ran it over 10,000 times, and I did not receive back a single timezone-aware value; they were all in a format like `2012-12-10T15:32:42.373660`. IOW, "naive" datetime strings. Could the...

The 'default headers' you mention are returned as attributes on the object itself in pyrax. IOW, if you call `obj = container.get_object("foo")`, you can then access `foo.bytes` to get its...