Pedro Castro

Results 78 issues of Pedro Castro

Deleting files throws an error because trash directory does not exist. I saw that `fs.rename` is used instead of `fs_unlink` like `nvim-tree.lua`.

bug

Proporsal PR: Move all keybindings options to a table.

This PR refactor `cep_to_state` function. - Remove nesteds `ifelse`, uses a structure that is easier to maintain - Remove unnecessary vectorization (`ifelse` and `&`) - Stricter verification, now `cep_to_state("7900000000000000")` raise...

Add basic support to convert type to module. - Support types inside module? Current state: - Does not support types inside module - Does not support recursive types. **TODO**: -...

After #97 and #525 have been merged we can provider basic syntax highlight when hovering. **Current state** ![image](https://user-images.githubusercontent.com/16160544/182698373-ee0da193-76f0-4515-8a6e-aed065d593d9.png) Apparently vscode does not detect ```res example as rescript syntax. In markdown...

I installed `languageserver` in another path via `R_LIBS_USER` to isolate dependencies. The server was started normally, however autocomplete does not index packages in default `R_LIBS_USER`. `languageserver` path: ![image](https://user-images.githubusercontent.com/16160544/134266112-f40916b1-cab4-41a2-ae01-718e77322193.png) Can I...

## Changes - Add bindings to `@docsearch/react` v3 ## UI Changes - Search icon is now visible in any width. Before, it was not visible between 599px and 766px -...