Christophe Troestler
Christophe Troestler
The package [`conf-pkg-config` requires pkg-config](https://github.com/ocaml/opam-repository/blob/master/packages/conf-pkg-config/conf-pkg-config.1.1/opam#L8) but it is [not detected](https://ci.appveyor.com/project/Chris00/fftw-ocaml/builds/23172858#L474) even though it is [requested and installed](https://ci.appveyor.com/project/Chris00/fftw-ocaml/builds/23172858#L284) using [`CYG_PKGS`](https://github.com/ocaml/ocaml-ci-scripts/blob/master/README-appveyor.md#cyg_pkgs) — the corresponding OPAM file [did not have a proper depext](https://github.com/ocaml/opam-repository/pull/13693).
It would be nice if this library, "providing basic types for computer graphics", would have [robust geometrical primitives](https://www.cs.cmu.edu/~quake/robust.html).
The URL given [in the wiki for Megam](https://github.com/nltk/nltk/wiki/Installing-Third-Party-Software#megam-mega-model-optimization-package) is incorrect, the right URL is http://hal3.name/megam/
After [discussing](https://github.com/ocaml/tuareg/issues/273) with @monnier, @mattiase, and @erikmd about Tuareg _documentation_ bindings, we would like to expand this discussion with the Merlin developers. - There is unfortunately no standard Emacs' documentation...
Thanks for your useful library. I was wondering why doesn't [`.month()`](https://docs.rs/chrono/0.4.19/chrono/trait.Datelike.html#tymethod.month) return [`chrono::Month`](https://docs.rs/chrono/0.4.19/chrono/enum.Month.html) which can be cast to an integer if desired. To give the same result as now, `Month`...
Presentations to students usually stop in the middle of a theme to be continued at the next lecture. It would be nice if `dspdfviewer` remembered the current slide at the...
It seems that [`arb_equal`](https://arblib.org/arb.html#c.arb_equal) defines a *total* equality (NaN being equal to themselves). If it is indeed the case, it would be nice that the documentation states explicitly that this...
Thanks for your library. The following code (attached): ```c int main() { slong prec = 52; arb_t x, pi; char *s; arb_init(x); arb_init(pi); arb_const_pi(pi, prec); arb_zero(x); arb_union(x, x, pi, prec);...
The interface says ``` val compl : t list -> t (** Complement of union *) ``` but `compl` cannot be applied to any list of regexpes... and, more problematically,...
Running the example in the README yields: ``` $ bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid bash bwrap: execvp bash: No such file or directory...