Results 508 comments of hhugo

> Well, I know some users that rely on Visual Studio on Windows, for better or worse. LibTomMath has an official and maintained support for compilation with VS. As far...

The following command should return all the packages we might want to install. `opam list --depends-on ocamlbuild --column name,version,all-versions -a --no-depexts | head -n-2 | sed 's/ */ /'g |...

The code seems to be written in rescript, is it available publicly ?

The page mentioned above now always goes blank when trying to display the "Fiat-Crypto" section. If I fold it, I can see the rest of the page.

I think the issue is in makeDygraphData ```reason let n = data->Belt.Array.get(0)->Belt.Option.getWithDefault([])->Belt.Array.length // Data passed onto Dygraph looks like array Belt.Array.range(0, n - 1)->Belt.Array.map(idx => Belt.Array.concatMany([[Obj.magic(idx)], data->Belt.Array.map(d => d[idx]), nullConstantSeries])...

@spotandjake, any update on this ?

This PR is based on #1721

Can this be closed or are there still some changes needed ?