Dmitrii Kosarev
Dmitrii Kosarev
**Is your feature request related to a problem? Please describe.** Imagine a setup where we have a number of directories: A,B,C,D,... and we want to find clones between (for example)...
You have an example of pretty printing Red-Black Tree on the first screenshot from the README. Where can I find the code for this example?
[screenshot](http://wstaw.org/m/2013/12/30/plasma-desktopVp1867.png)
http://www.cl.cam.ac.uk/~sd601/papers/malfunction.pdf
I'm trying to hack environment to add lint to a pull request from [workflow](https://github.com/Kakadu/fp2021/runs/3477285589). I think that I set all required environment variables from Readme but reviewdog still complaints about...
#### Initial question I'm testing CI + reviewdog in https://github.com/Kakadu/fp2021/pull/3 and got an issue that I don't know how to resolve. The input file for reviewdog is ``` Lambda/lib/utils.ml:4:0: Type...
A reminder issue for closed PR https://github.com/ocaml/merlin/pull/1469 The first step should be investigate whether there is an issue in provided PPX rewriter, or in merlin itself.
(Cross post from https://discuss.ocaml.org/t/using-merlin-with-camlp5/7082) I created [demo project](https://github.com/Kakadu/ocaml_lsp_camlp5) where I use external preprocess for a library and PPX-based one. Both seems to create files with contents type "OCaml abstract syntax...
It seems that we have an ability to have named dependecies like `(deps (:first-dep foo.cppo.ml) )`. Could we also have named targets? Or at least a variable that expands to...