Tony Holdstock-Brown

Results 55 comments of Tony Holdstock-Brown

Ahh so `ocamlc.opt: unknown option '-color'.` is purely related to reason-cli? I have opam installed - using `→ 4.02.3+buckle-master ocaml-variants.4.02.3+buckle-master 4.02.3+buckle-master` and I'm still seeing this error :/ I'll try...

thanks for replying so quickly! which ocamlfind returns the bin from opam (running inside a debian vm): ``` vagrant@debian ~/projects/ocamlserver % which ocamlfind /home/vagrant/.opam/4.02.3+buckle-master/bin/ocamlfind ``` if i `opam install ocamlfind`...

``` vagrant@debian ~/projects/ocamlserver % which ocamlc.opt /home/vagrant/.opam/4.02.3+buckle-master/bin/ocamlc.opt vagrant@debian ~/projects/ocamlserver % ocamlc.opt -version 4.02.3+BS vagrant@debian ~/projects/ocamlserver % ocamlc.opt --help Usage: ocamlc Options are: -a Build a library -absname Show absolute filenames...

I'm trying to get `opium` to work, which failed with this error. So I also cloned your example repo using `alcotest` which also errors. I don't necessarily have to use...

By the looks of things yes, yes it has

👍 thanks for letting us know

What did Workiva transition to, in transparency, and why?

Hmm, thanks for the heads up, sorry that bug's hitting you. Going to take a look at the reducer and see how we're storing this. Tectonic is meant to store...

Hmm. I haven't used this library before. This may be a little harder because we're using immutableJS in the backend... basically to force model immutability and ensure our reducers can...