Matteo Cerutti
Matteo Cerutti
@swankjesse, re `adding ping max failures`. I think what we ultimately need here is a way of adding custom logic for the ping/pong handling failure scenarios. What is currently implemented...
@dposada, yes. It's problematic in terms of security, especially when you bind volumes from the host into the container.. :/
@DaoWen - I already new about user namespaces. However, it is my understanding that it a one-to-one mapping. It only works if you always want to re-map for instance uid...
it's the principal for the mesos cook framework, so cook talking to mesos (see http://mesos.apache.org/documentation/latest/authentication/).
Hi @wyegelwel, I'm not such a clojure developer. However, I would be interested in contributing. If you could point out where the changes should happen, I'll give it a shot....
Alternatively, load can take a path or a buffer. The signature could be changed to something like: ``` def load(path_or_buf, group=None, sel=None, unpack=False): ``` and then internally check whether we...
@gustavla, I made the changes and updated the docstring. I opted for `pytables_kwargs` for simplicity. I am not really sure why the tests fail?
@mikaelho, that is indeed what I meant :)
@mikaelho - yep, perhaps a boolean like ignore_order could do?
same problem here - it's quite a limitation and it makes for_each next to useless ..