Corentin Leruth
Corentin Leruth
To match the new type declaration implemented in #68 `module type Hashable = [%import: (module Hashtbl.HashedType)]` would become `module type%import Hashable = Hashtbl.HashedType`
The `exec-watch` tests have been disabled in https://github.com/ocaml/dune/pull/7138 due to flakiness. This is a bit unfortunate, as these tests are useful for preventing regressions. What I suggest in this PR...
Hey, thanks for this workflow. I've been using it and it works well! I modified a few things and thought that it may interest you. That's mostly about updating some...
This PR adds support for per-signal URLs configuration. See https://opentelemetry.io/docs/specs/otel/protocol/exporter/#endpoint-urls-for-otlphttp I've only modified the `ocurl` client for now to reduce diff. Once approved, I can make the same changes for...
``` File "backend/api/endpoints_csp_report/csp_report/csp_report.ml", line 10, characters 2-72: 10 | disposition : string option; [@json.default None] [@json.drop_default] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: found [@drop_default] attribute without [@option] Had 1 error, waiting for filesystem changes......