Christian Lindig
Christian Lindig
The resulting ffmpeg binary depends on `workdir/sw/lib/libass.9.dylib` and thus can't be move around easily. This could be a consequence of this typo: ``` $ otool -L workdir/sw/bin/ffmpeg | grep tmp...
Ho do you feel about re-indenting all code using OCamlformat and introducing a `make format` targe for this? I'm using it now on all my current projects and it has...
If you are interested in supporting the toolstack implementation of XCP-NG/Citrix Hypervisor, here is something we from Citrix would be interested in: moving to OCaml 4.10.x. * Moving to OCaml...
When a PIN is referring to a commitish that does not exist, the resulting error does not point to this. A more specific error message would be helpful.
I have noticed that lists generated by `list` are short and I found no easy way to control their length. Should `list` not take a generator as argument for the...
I am picking up QCheck and I struggle with how to write my tests; I believe the documentation would benefit from describing the relation of generators and arbitrariness better because...
The accessor functions raise exceptions when their preconditions are not met. What is your take on an additional interface, maybe in a submodule `Opt` or similar, which returns `option` values...
I assume I'm doing something wrong here but I am baffled by this behaviour: ``` utop # ISO8601.Permissive.datetime_tz "2020-02-14T06:56:42Z";; - : float * float option = (1581667002., Some 0.) utop...
I struggle to understand from the documentation in the MLI how to format a timestamp using a format string that uses `%Y` and so on. Why are there so many...