Corentin Leruth

Results 26 issues of Corentin Leruth

It checks that the `uri` exist and otherwise fallback to the `_build` folder. This might be the case for generated files (that only exist in the `_build` folder. Before: https://github.com/ocaml/ocaml-lsp/assets/5595092/10f65cf6-b048-4058-a0d1-e95ea4c0f136...

Close #128. Let's see if CI passes

This is a WIP to add a CST structure that preserves some details of the original markdown syntax. This is a draft PR and still needs a lot of work....

Fixes #296 This moves the auto identifiers logic into the AST (when parsing the document). It moves the `auto_identifiers` parameter from the `Omd.to_html` function to the `Omd.{of_channel,of_string}` function. I'm not...

See https://github.com/ocaml/omd/pull/267#discussion_r973599653

I was playing around with this little example that uses `opentelemetry_client_cohttp_lwt`: ```ocaml let run () = let open Lwt.Syntax in let* () = Opentelemetry_lwt.Trace.with_ "my trace" @@ fun _scope ->...

bug
help wanted

I was testing the `cohttp` client with the [jaeger all in one image](https://www.jaegertracing.io/docs/1.48/deployment/#all-in-one). I set `http://localhost:4318/` as the `config.url`, which makes the client to send traces to `http://localhost:4318//v1/traces` (notice the...

It will be helpful for the new module type syntax to make sure we support that case

**Note: This contains extra commits from #80, #81 and #82 that should be merged first** This PR implements the new module type syntax, so instead of `module type S_rec =...