Louis

Results 48 issues of Louis

I sent a change to the OCaml compiler to change the format of the error messages https://github.com/ocaml/ocaml/pull/8541. It means that messages printed by OCaml >= 4.09 won't be parsed properly...

If I set the opam root to be non default, with the OPAMROOT env variable, during `opam init` the `required setup` section still points to `~/.opam` instead of the content...

AREA: UI

The documentation of call from [`cohttp_lwt_s.ml`](https://github.com/mirage/ocaml-cohttp/blob/5374fd5b61b6347a31000662b76f4c6136260032/lwt-core/cohttp_lwt_s.ml#L34-L51) says that chunked is disabled by default for compatibility reasons. However it is true only for `HEAD`, `GET` and `DELETE`. I would be happy...

Documentation

This is a proposal to emulate merlin's behavior when multiple hover commands are received in a row on a single position. Each new call should increase the verbosity counter by...

**Describe the bug** We have a problem with the quiet option (which is kind of necessary as long as we are using deprecated options) in case of formatting error as...

Kind/feature-request
Good-first-issue :green_heart:

**Describe the bug** `nested-match=align` doesn't treat a "normal" `match` and one with a ppx extension (such as `match%lwt`) the same way. The normal ones are correctly aligned. While the ones...

Kind/Bug :x:

**Describe the bug** I've just upgraded from ocamlformat 0.15 to 0.19 and I now see that some lines get over the column 120, which didn't happen before. I've tried to...

Kind/Bug :x:

**esy version:** 0.6.7 **Operating System:** debian **Issue:** when running esy in a clean repo to generate the esy.lock folder, esy will store the name of the folder it is running...

good first issue

This is a feature request In merlin mode for emacs, there is a function to jump to enclosing fun, let, module or match, which is very convenient. I would love...

enhancement

Merlin is able to destruct a value to create a pattern matching on it. It would be nice to support this feature Example: ``` let () = let a =...

enhancement