Corentin Leruth
Corentin Leruth
@yawaramin did you start working on that one? I haven't checked the code yet but that looks like something that shouldn't be too difficult to implement so I would be...
Hi, Would love to help on that if it's ok for you. Note that I'm still new in this OCaml/ReasonML world and would for sure need some helps/guidance.
Hey @bryphe, @Akin909 I've been trying to implement something basic and would like to get your feedback. Some notes: * Currently the api is synchronous but I'm planning to switch...
Hey, As per @lessp proposition on Discord, I just started a new repo with pretty much the same idea as what I described above (except that I now use Lwt...
Here's a nice video about the different ways to synchronize data across documents: https://www.youtube.com/watch?v=9UNwHmagedE Just posting it in case it can help to decide on what API to use. They...
Hello, If it can help for further investigation, I think it might be related to #33
Thanks for the report, I confirm that I can reproduce it. It seems to happen with the `foldingRange` and `codeAction` request too: ``` [Trace - 7:00:17 PM] Received response 'textDocument/foldingRange...
> I tried to write a test and cannot, indeed, reproduce: https://github.com/ocaml/merlin/pull/1473/files > > @tatchi could you double-check that I am indeed testing the correct behaviour? I investigated further this...
Although I included `@slowtest` in my latest commit, I was not able to trigger them. Looks like azure is using a different commit message: https://developercommunity.visualstudio.com/content/problem/1002300/buildsourceversionmessage-for-prs-is-set-to-info-f.html
> What are the blocker of this PR ? It's been a while so I'm not totally sure but from what I remember, something was not working on CI. I...