Benjamin Gilbert

Results 534 comments of Benjamin Gilbert

That's fair. I used `universal = true` as an example because the existing docs do too, but the setting I actually needed this for was `py-limited-api` (#583).

There's now a fork of 2.0, [pybloom_live](https://pypi.python.org/pypi/pybloom_live/), on PyPI.

FYI, we typically host static websites on our infrastructure, served out of a Git checkout in Coda. I'm not making any particular argument about the merits of that approach, however....

When you say "package manager", I think of something like dpkg or rpm, and of course Android already has one: the Play Store. If you're talking about a cross-package build...

Actually, libvirt is doing the rewriting; 34e78396 should work around it.

Sure, I'd take it upstream.

The overlay metadata should include the ETag and Last-Modified time of the origin resource, and we should check that it has not changed.

`/domain/devices/disk/driver/@error_policy` can be set to `stop` to pause the VM after an I/O error. We can then fire `network-disconnect`/`network-reconnect`/`startup-complete` as appropriate.

The overlay network implementation will have to contend with the fact that every VM on the network will have the same MAC address (assuming only one VM image is involved)....

On Fedora 19 with Requests 1.1.0, I'm getting: ``` Traceback (most recent call last): File "/home/bgilbert/lib/python2.7/site-packages/vmnetx/ui/__init__.py", line 105, in run self._controller.initialize() File "/home/bgilbert/lib/python2.7/site-packages/vmnetx/controller/local/__init__.py", line 295, in initialize username=self.username, password=self.password) File...