Etienne Millon

Results 332 comments of Etienne Millon

Thanks. I've started experimenting in that direction but that gives me a flexdll error for now: ``` error: builder for '/nix/store/zycsnwgankm00yl9kqdrd4wv5pkl9537-ocaml+flambda-i686-w64-mingw32-5.2.1.drv' failed with exit code 1; last 25 log lines:...

So that error is caused by a faulty `--host` being passed to ocaml's `./configure`, I'll check what's going on.

I'm making some progress, but I don't understand where the value of `hostPlatform` comes from. I'm setting this: ```nix let pkgs = self.makePkgs { system = "x86_64-linux"; config.allowUnsupportedSystem = true;...

I've posted a branch and a summary at #2091.

Good catch. The tricky part in fixing that is determining if we need to version the fix or not.

As a workaround, you can use `OCAMLPARAM=_,w=-32 dune utop`

> could we simply change the terminal mode when we intercept Ctrl+C, so we copy the clipboard as a whole instead of characters by characters? I think that the correct...

(see https://github.com/dbuenzli/down/issues/16 for example)

FYI, a couple years ago I had a look at the various HTTP clients and I don't think any had a progress callback. (though that's more of a concern for...