Daniel Szilagyi

Results 3 issues of Daniel Szilagyi

Hello, Reason now supports OCaml 4.06.1 and Merlin 3.0.5 (according to [opam](https://opam.ocaml.org/packages/reason/) and a bit of personal testing), so it would be nice if you could update `bin/preinstall.bat` accordingly.

The bookmarklet does not work anymore. It fails with an ``` Uncaught TypeError: Cannot read property 'entries' of null ```

I am trying to build [CxxWrap](https://github.com/JuliaInterop/libcxxwrap-julia) using Visual Studio 2019. I am following the instructions from their [README](https://github.com/JuliaInterop/libcxxwrap-julia/blob/master/README.md) and everything goes more or less smoothly: ``` mkdir libcxxwrap-julia-build cd libcxxwrap-julia-build...