Alex Plescan

Results 3 comments of Alex Plescan

A bunch of these directories are now [ignored by default](https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-mode.el#L325). In my case, adding the following to my `config.el` (Doom) was enough to get rid of the warning: ```elisp ;...

Count me in on this request, too. I'll try and figure out how to work DOCX.js, if I do I'll make a pull request with a simple readme.

Try adding `:method => :put` to your `form_for`. So, your above snippet should look like this: ``` true, :html => { :multipart => true, :method => :put }) do |f|...