Alex Plescan

Results 5 comments of Alex Plescan
trafficstars

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|...

Hey @sroze, I might not be understanding your proposal correctly, but couldn't you achieve what you're proposing by specifying your own default group? In your case, it could look like:...

I think I understand now, are you after a way to return all `@Expose`d properties of the class regardless of what `groups` they have configured? If yes, I wonder if...