Rudi Grinberg

Results 729 comments of Rudi Grinberg

Should be fixed once the package is ported to jbuilder. If you can do this, I'd be happy to merge the PR.

> any real improvements as the files are always scanned by Emacs. Why is that? By the way, even if comb could use ripgrep to generate the list of files...

How come you've decided to use utop rather than merlin? merlin also has a completion API and its already available for general use through its RPC.

I see. I did not appreciate this difference at first. Isn't an ipython notebook more like a buffer rather than a true repl though? And with OCaml, you shouldn't need...

The error seems to be caused by an upstream packaging problem: ``` # Skipping generation of .mli # [...] # ocamlc iocamlserver.{cmi,cmo,cmt} # ocamlopt filesys.{cmx,o} # ocamlopt files.{cmx,o} # ocamlopt...

I do but it will likely require using an external library. In particular, my own here https://github.com/rgrinberg/ocaml-mustache

@brendanlong the buggy META file that @paurkedal pointed out suggests that you should switch FreeTDS to dune. Writing META by hand isn't wise - it's best to let dune do...

@darioteixeira Obviously this issue isn't a real bug but I think it does bring an interesting point. I worked in a team with beginning OCaml programmers and I did have...

@darioteixeira What about getting rid of the type variable altogether? There's definitely some real world code where this annoyed me.