Matheus Ashton Silva
Matheus Ashton Silva
Hi, I have followed the documentation and configured flask-fs to use S3 Backend, but when I save a file, it is being saved locally. App configuration: ``` >>> app.config ```...
Fixes case mentioned in #38 when the LSP server doesn't return a table of tables in definition, it returns a single table instead
Hi! First, thanks for this amazing library! I wanted to make a question about using the prepend option of emotion, or recently they've added an `insertionPoint` option, in order to...
I'm trying to make a migration in postgres, I'm following the getting started and using the integreation with leiningen: ```clojure {:aliases {"migrate" ["run" "-m" "investtrack.scripts.migration/migrate"] "rollback" ["run" "-m" "investtrack.scripts.migration/rollback"]}} ```...
Hello! I'm trying to use your plugin lsputils and aparently when I invoke code action it breaks trying to show the popup window:  My config is the basic config...
Is there a way of customizing LSP references icons? Currently they all show as a bell icon, but would be nice if we could use something like [lsp-kind](https://github.com/onsails/lspkind.nvim) icons 
Hey, hello, I was using Trouble with [rescript-language-server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rescriptls) and I was having issues using lsp provider, it wasn't working, so when I debbuged the issue I found that rescript-language-server was...
Hey! I like the auto-close option so we don't end with an empty split open, but having no feedback at all is confusing and sometimes leds you to think that...
Hey! I tried to find this in documentation or in previous issues but couldn't find anything, so sorry if it's not a proper issue. Is there any way that I...
### Version upgrade Upgrading everything to its more recent versions: * Rescript 11 * Rescript-React 0.12.1 * React and ReactDOM 18 * Recoil 0.7.7 ### Updating configuration * Using new...