Results 393 comments of Thomas Leonard

The Travis log says `Build dist: xenial`, but you can use a different one by adding e.g. `dist: focal` to the `.travis.yml`.

We used the effects syntax in early versions of Eio, and personally I found it more confusing, even though it is shorter. In all other control structures, execution starts at...

If you only have one host then the current solution of `mode: host` should work fine. If you have multiple hosts, then docker compose won't help anyway. The main benefits...

> If compose does work for secrets, it's altogether just a simpler deployment since the swarm layer seems increasingly out of fashion these days. If we don't need the fancy...

Any new repositories created today require a `sudo: required` line. Existing repositories are slowing being included in this scheme, starting from the most recently created and working backwards. Eventually, everything...

> Can we keep the LWT version available for OCaml 4.14? The existing release will continue to work there. capnp-rpc is pretty stable, so I'm not expecting any major new...

I'm not sure defaulting to a large number is even useful. https://serverfault.com/a/519152 says: > Sometimes it's preferable to fail fast and let the load-balancer to do it's job(retry) than to...

> If there are no objections could you please approve/merge this PR. But what problem is this solving? So far the only explanation is "Mostly following lwt here", which doesn't...

Now #338 is merged, the remaining parts of this PR (e.g. the use of `Ptime`) need rebasing on top of that.