MarcC
MarcC
### Your environment Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`: zsh: command not found: haskell-language-server-wrapper Which lsp-client do you use: VS Code Describe your project (alternative: link to the project):...
Version: 2.3.1 When running `getDomain('http://a.np')`, I expected `'a.np'` but received instead `null`. EDIT: Also, `getDomain('http://a.se') -> null` but `getDomain('http://a.de') -> 'a.de'`
We have https://ocamlverse.github.io/content/documentation_guidelines.html that explains how to add documentation to Ocaml. However it's not immediately obvious how documentation in Ocaml translates to documentation in Reasonml. Should ocamldoc be used? Should...
This is a nice project, would be even nicer if there were bindings to ReasonML and Typescript. Cheers.
When trying to use vim-reason-plus I get the following error: sh: node_modules/bs-platform/lib/bsppx.exe -bs-jsx 3: No such file or directory File "", line 1: Error: Error while running extern..... However compiling...
It's really difficult to read code with 2 spaces for me. It would be really nice if there was an option to change to something else. Another person also wrote...
When trying to start vscode-reason I get the following error ``` Failure("Error \"Expected string\" at 8:3 -> \n")Raised at file "stdlib.ml", line 33, characters 17-33 Called from file "vendor/Json.re", line...
If we run ``` Prelude Test.QuickCheck> quickCheck (\xs -> reverse xs == xs) +++ OK, passed 100 tests. ``` It passes and it's ambiguous why it does that (and it...
### Describe the bug If you add a link (`[[https://somewhere.com][like this]]`) to your todo item and then use the built in tag tool, it seems to not correctly horizontally align...
### Did you check the docs? - [X] I have read all the todo-comments.nvim docs ### Is your feature request related to a problem? Please describe. It is possible to...