-
When the neovim client executes the "workspace/symbol" request, I get the following error:
```
Error executing 'workspace/symbol': RPC[Error] code_name = InternalError, message = "uncaught exception…
-
Building on `windows-latest`, installing package `ssl` 0.7.0 as a dependency [results](https://github.com/aantron/dream/actions/runs/10683497296/job/29611702223?pr=337#step:5:441) in
```
# ssl_stu…
-
```
$ make init
opam switch create . 5.2.0 -y --deps-only
Installing new switch packages
Switch invariant: ["ocaml-base-compiler" {= "5.2.0"} | "ocaml-system" {= "5.2.0"}]
The following actio…
Khady updated
3 weeks ago
-
Hello,
I've installed the Dune preview (https://preview.dune.build/)
How can I tell the extension that `dune tools exec ocamllsp` should be invoked to start the LSP server?
-
In [this XCP-ng forum subthread](https://xcp-ng.org/forum/topic/7464/xcp-ng-8-3-betas-and-rcs-feedback/21?_=1728909255147), a user reports a pool breakage, which I was able to replicate as follows (no…
-
Hey! Thanks for the awesome work :)
One reason I'm interested in this project is because LSP support for ReasonML is not working as expected on react components. So I tried cloning [this template]…
-
Trying to install package `ssl` 0.7.0 from opam in a GitHub Actions runner [causes](https://github.com/aantron/dream/actions/runs/10683497296/job/29611702223?pr=337#step:5:441):
```
# ssl_stubs.c:…
-
A client generator for [ReasonML](https://reasonml.github.io/) would be great. As I understand it, this could also be usable from OCaml with minimal effort.
If nobody else is working on it I might …
-
An error occurred while executing make client
```
dune build ./js/client.bc.js @runtest
File "js/ck_animate.ml", line 40, characters 8-39:
Error (warning 3): deprecated: Js_of_ocaml.Dom_html._…
-
Hi! I was hoping to get a better understanding of the project to be able to implement custom requests. Lots of Fiber and stream code aside, I noticed that the main logic is in the on_request function …