Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
Extends bindings to `scroll_into_view` to support a few more options: - New [vertical alignment](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView#block) options: "nearest" and "center", - [Scroll behavior](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView#behavior): "smooth", "instant" or "auto".
Hello, and thanks for your work on this great package! I have a strange (and critical!) issue. When using `Dream.serve`, if I send a long string to a closed connection,...
Hello! This PR is about adding dune support for odoc 3's new hierarchy. To recall briefly, odoc 3 can be driven to generate a hierarchy of mld (and asset) files....
This is the first of a series of PRs to support odoc 3 features. Odoc 3 has added the ability to link to other package docs when built together, eg...
Hello dune people! Since the [release of odoc 3](https://github.com/ocaml/odoc/releases/tag/3.0.0), the convention for building docs for opam-installed packages has been clarified and extended[^1]. Here are the bits to know: [^1]: Let...
In a [discuss post](https://discuss.ocaml.org/t/help-test-the-new-odoc-3-powered-package-documentation-pages/16795/21?u=panglesd), @dbuenzli suggested an alternative to the "Source" links that takes you from documentation to implementation: The idea is to hyperlink the identifier (eg the `x` in...
`odoc_driver_voodoo` is [about](https://github.com/ocaml/ocaml.org/pull/3124) to fuel ocaml.org's building of the doc. Previously, voodoo would support README.org files, such as [base's readme](https://github.com/janestreet/base/blob/master/README.org?plain=1), by [rendering them as text](https://ocaml.org/p/base/v0.17.0/README.org.html). If I'm not mistaken, those...
I'd hope to have recomputations use cached values when inputs are the same! I think it is not the case currently... Here is an example. Hopefully, it's copy-pastable in utop...
It is sometimes useful to have reactive styles. In particular for "continuous" properties such as `width` and `top`/`left`, as one cannot rely on a continuum infinite number of classes. This...
``` $ opam exec --switch 5.2.0 -- ocamlformat --enable-outside-detected-project bug2.ml let record_to_record (evs : t) : Drawing.Record.t = let of_stroke (stro : stro) : Drawing.Record.t = let start = let...