Jules Aguillon
Jules Aguillon
I finished your last commit and rebased on master. On master I moved some code from `main_native/` to `rss_to_mail/`. It should be a little easier to miragify.
Instead of adding more special cases, what about accepting every tags instead ? Currently, every tags have a different parsing, we would need a common syntax for every tags first....
We need this.
This is not possible at the moment and I can't think of an easy implementation. That's a good idea, though. Contribution to the code welcome :)
This is not a parser problem but a missing feature in the reference resolver. Speaking of parser, there's room already in the syntax for the `` ` ``: `` {!t."`Foo"}...
Alive link: https://ocaml.org/p/tyxml/latest/doc/Tyxml_html/index.html#module-Xml On the rhs of the first `with`-contraints, `Tyxml_xml.W.t` points to `/Tyxml_xml/W/index.html#type-t` but `W` is a non-canonical alias to [`Xml_wrap.NoWrap`](https://ocaml.org/p/tyxml/latest/doc/Xml_wrap/NoWrap/index.html), which is in a different library.
Swipe typing is not necessarily incompatible with the current swipe gesture as the finger would travel a different distance and draw a different shape. It requires an implementation of spell...
Currently, ocamlformat makes the decision not to format if it couldn't find a `.ocamlformat` file. But some users might want to format anyway using their global configuration, without adding a...
Thanks for the report! This should be mostly fixed by https://github.com/ocaml-ppx/ocamlformat/pull/2512 but this cannot be merged until https://github.com/ocaml-ppx/ocamlformat/issues/2401 is implemented. We're working on it.
The release compatible with 5.2 is currently blocked by https://github.com/ocaml-ppx/ocamlformat/pull/2544 which still requires a lot of work. Though, this is not required to make OCamlformat build on 5.2 and we...