Jules Aguillon

Results 84 issues of Jules Aguillon

`dune-release publish distrib` tries to push the git tag to a made up uri: ``` [?] Push tag 0.12 to [email protected]:ocaml-ppx/ocamlformat.git? [Y/n] ``` That uri won't match any key in...

enhancement

I've attempted a fix to https://github.com/ocsigen/tyxml/issues/288 but it isn't working in every cases, for example this example is still problematic: ```ocaml p ~a:[ a_class [ "some padding ............................" ] ]...

The following code with indentation enabled renders a line break before the closing ``: ``` some doc .............................. some code of just the right length .... some more doc ```...

The following code renders differently in the browser whether the `indent` option is enabled or not: ```html some text here . and here ``` A line break is inserted between...

Code like this: ```ocaml p [ a ~a:[ a_href "#val-(^)" ] [ txt "val (

I get `Error: option should have exactly one child` for ``` ``` Also, if I don't close the `option` tag (like [here](https://www.w3schools.com/tags/tag_datalist.asp)), I get a strange error, which I guess...

bug
syntax extension
html & svg standard

The option `break-infix=fit-or-vertical` allows to break before every infix operators if the whole expression does not fit on a single line: ```diff - get_succs parent |> Sequence.of_list + get_succs parent...

Kind/Feature-request

Related issue: https://github.com/ocaml-ppx/ocamlformat/issues/1503 Finding a test case for every call sites is not possible: some calls are unreachable and others are reachable in specific cases that are very hard to...

With `--profile=conventional`: ```ocaml (** fooo fooo fooo *) let fooo = 1 ``` The item got moved inside a module (it was previously at toplevel). Second line of the docstring...

Kind/feature-request

The `flake.nix` file define a package for albatross as well as a nixos module for deploying it as systemd services. The project is built with [opam-nix](https://github.com/tweag/opam-nix), which should ensure that...