Guillaume Hennequin
Guillaume Hennequin
I wonder if there is any reason why `React`'s `S.diff` has been dropped in `Note`? Is there an easy way of writing a `S.diff` function from what's currently available in...
Is there any plan to support addition/modification of annotations in the near future? I wouldn't mind contributing but I don't really know where to start.
```math #foo \begin{array}{ccc} 1+1 & = & 2 \end{array} ``` Equation (#foo) shows as Equation (???). Inspecting the html code, schodoc seems to be doing the right thing - is...
Rambox (http://rambox.pro) lets you aggregate all your favorite messaging apps into one big app that unifies handling of notifications etc (similar to Franz, but open source). If you want to...
This fails, despite what the README.md says about integration of matrices: ```ocaml open Owl open Owl_ode let tspec = Types.(T1 { t0 = 0.; duration = 1.; dt = 1E-3...
From 5.1 (I think; but certainly in 5.2), `Stdlib.Random`'s generators are automatically split when new domains are created. I think this is not happening in `Base.Random` and results in `CamlinternalLazy.Undefined`...