Guilherme de Andrade

Results 29 comments of Guilherme de Andrade

What do you think about using the LSP to handle it? I had been using `emmet_ls` and didn't face issues with it: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#emmet_ls We have only one language server setup...

> Wait so emmet_ls from Mason also serve the same purpose? > I haven't checked it out though I guess it does not sure sorry

Will start working on this ASAP 🙌

Which `fetch` function should be used here ```reason fetch("/user", ~params={ name, age, }) ``` I was trying to use `bs-fetch`, but the API seems different and it doesn't return the...

Another thing I've noticed is that there are form values somewhere on the README snippet. Should I use https://github.com/Astrocoders/reform and get the values from there?

> @guilhermedeandrade if u are using `bs-fetch`, you can use `reason-promise` to parse the result from Js.Promise.t to Promise.t, something like that: > > ```reason > let requestData = url...

@fakenickels @vmarcosp guys, I'd like to say that I'm sorry but I won't be able to keep working on this (at least not in the near future). I need to...

i'd love to have the light version 🙌

that would be amazing! are there plans to support this in the future?