Emile Trotignon

Results 51 comments of Emile Trotignon

I think this could be done with [minttea](https://ocaml.org/p/minttea/0.0.1)

You already have this if you build your doc with `dune build @doc-new`. In that case, the search bar will also include dependencies, which might not be ideal. My reasoning...

However, I think it might be beneficial for this behavior to configurable in dune. This needs to be done in dune, not sherlodoc. I am not sure of what the...

> I refreshed the browser page and tried to use the search bar, but didn't notice any changes. That is the main reason that there is a new rule, the...

This should actually be done in [odoc](https://github.com/ocaml/odoc), which is a larger codebase than sherlodoc and might a bit intimidating, however I think in that case it does not require to...

This seems to be fixed by https://github.com/art-w/sherlodoc/pull/23 on the online version, but not in master, your link does not show the issue anymore.

I looked up which library would work well to implement this, as art-w told me the getting the arrows keypresses might be hard. I found one : https://ocaml-community.github.io/lambda-term/3.1.0/lambda-term/LTerm/index.html, but it...

This should out of the box with the right version of brr, but it will probably result in larger code size according to Jerome Vouillon.

I like the contribution recommendation, I think they are going to be useful in the future, but they should be in a CONTRIBUTING.md file (that can be referenced in the...

> Regarding the contributor guide, I'm afraid we don't do anything special that requires instructions (and sorry we don't plan to have a dev branch atm). I want a contributor...