John Wright
John Wright
I've discovered a workaround for this - if I set the `DOCKER_HOST` system property to `npipe:////./pipe/docker_engine` then docker-java will not attempt to use a Unix domain socket.
Hi @chenglou, in terms of tradeoffs it's worth me saying that this library isn't exactly one-to-one with the original pickler combinators paper, e.g. the conventional decoder input is a stream...
Hi - at the moment, error reporting on decoding is very basic. You get a `Result` type with a string value describing the type of error, e.g. `Expected boolean`. The...
At the moment, you have to convert between tuples and records, so there's a bit of boilerplate involved. The above example would look something like this: ```reason type user =...