Felicián Németh
Felicián Németh
Running these cargo-process--find-*-path defuns at every shell-command seems unnecessarily wasteful to me.
For completeness would you like to port the changes of openapi.yaml to openapi.2.yaml?
`C-u C-x =` on "date" shows that it has a face property of `sh-quoted-exec`, which is not in the default engrave-face-themes. The latest release of engrave-face handles this situation poorly...
There is a way to ease the transition from the current API to the new one. A new experimental server capability like, for example, experimental.ocamllsp.handleSwitchImplAndIntf (with 'And') could let the...
It seems the [documentation](https://github.com/ocaml/ocaml-lsp/blob/master/ocaml-lsp-server/docs/ocamllsp/switchImplIntf-spec.md#request) is not correct. Sending a DocumentUri as a parm of ocamllsp/switchImplIntf fails, but sending the DocumentUri in a list does work. Like this: `{"jsonrpc":"2.0","id":6,"method":"ocamllsp/switchImplIntf","params":["file:///tmp/hello/bin/main.ml"]}`. This is...
> Do you want to open a PR to make it clearer in the documentation ? I'm not really good at this, but I think it would be better to...
There is time for pre-validation when the user switches to a preferred network. For example, a wifi connection might be cheaper than cellular one, or a wired connection might be...
This feature seems quite complicated for us since we are new to quinn (and to some extent to rust as well.) Nevertheless, what do you think about the following high-level...