Andre Nathan

Results 39 comments of Andre Nathan

I'd like to fix that but I have no idea how :cry:. It works fine for me in Linux: ``` $ ls -l /home/andre/.opam/4.02.1/lib/stublibs/dllstdint_stubs.so -rwxrwxr-x 1 andre andre 192152 Jul...

No specific plans at the moment, I'm afraid, but I guess a patch would be welcome :) On Wed, Dec 14, 2016 at 3:27 PM, Steffen Smolka wrote: > Is...

Maybe we can use some sort of compile time check and revert to the pure OCaml implementation?

Sorry for taking so long to reply. My only thought is... do you want commit rights? :)

It seems to be dying initially on the empty `contact` and `license` objects in the `info` object (I'm not sure if that's legal), and it looks like there's a bug...

Have you had a look at the kubecaml [examples](https://github.com/andrenth/kubecaml/tree/master/examples)?

Hi Johan Would conversions from the other uint types to uint128 be enough? Then you could implement it with something like ``` let uint128_of_two_uint64 x y = let (||) =...

I've merged your pull request and released version 1.1.2. Sorry for the delay.

Sorry for taking so long to reply guys. Honestly I'm a bit torn on this one, because while I see the usefulness, it was never my goal to reimplement higher...

Well, lxc-start-ephemeral is a Python script, and the Ruby LXC bindings should be equivalent in functionality to Python's. I don't see why it couldn't be translated to Ruby.