Paul-Elliot Anglès d'Auriac

Results 111 issues of Paul-Elliot Anglès d'Auriac

## Context Suppose you want ocaml-ci to test a repo containing two packages: `A` and `B` Now, suppose that `B` depends on `C`, which depends on `A`. OCaml-CI will pin...

type/bug

Not all external resources are inlined in the generated source. `--serve` should also serve other files, relative to the current document. Verify that this is not a security threat (accept...

bug

The problem is that `up-at-unpause` may unexpectedly scroll if the element is already visible, eg at the center of the screen. (Issue kindly reported by email: thanks!)

This PR makes the driver follow a convention to know which packages/libraries to include in `-P`/`-L` during linking, for `opam`-installed libraries. (This convention is what I understood that we proposed...

Now that we have a convention for hierarchical pages, we need a way for the author to specify the order. This PR does that by using the frontmatter, using this...

As reported by @lukemaurer: > Getting a 404 out of a pretty simple issue with `@canonical`. The repro case is pleasingly small, if janky (compiled as `library.ml`): > ``` >...

There is nothing we can do purely on odoc's side, but we can advertise on releasers that they need to include source for this to work.

It is unclear how this would work in practice, but it would be nice to see the files as they are in the source tree. Possibly with other files (dune...

For instance, when building odoc's doc, then going to the rendered source for the html generator, `mk_anchor_link` (line 46) does not link to its implementation. So does not `Html.a_id`. ![Image](https://github.com/user-attachments/assets/064a7b52-5f2b-43d2-9b33-e249a1972479)

It is very nice to be able to include images! However, we might want to give them a size, either in pixel, or percentage, or ... This requires a new...