Jeffrey Chupp
Jeffrey Chupp
@adamzapasnik any thoughts on what a fix might look like here? Here's a minimal testcase: Before: ``` ``` After: ``` ``` Apart from this issue, I'm really loving this plugin....
Ah, it looks like we need to lock to prettier 2.2 for now: https://github.com/adamzapasnik/prettier-plugin-eex/issues/51 EDIT: actually, that doesn't work for me either. Commented on #51
I'm able to reproduce this with this minimal testcase in prettier 2.2.1 ``` bash-5.1$ prettier --version 2.2.1 bash-5.1$ cat /tmp/out.html.leex bash-5.1$ prettier /tmp/out.html.leex ```
👋 Hi, folks. Is there anything I can do to help move this forward? I'm a new user to this library and would love to use 3.17-specific types. Thanks!
I haven't tried `js.erb` but for `html.erb`, I'm using [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) with the following in `~/.config/nvim/autoload/neoformat/formatters/eruby.vim` ```vim function! neoformat#formatters#eruby#enabled() abort return ['htmlbeautifier'] endfunction function! neoformat#formatters#eruby#htmlbeautifier() abort return { \ 'exe': 'htmlbeautifier',...
I've found that the loadTargetDimensions function works erratically in chrome (probably other webkit browsers as well). The issue seems to be that height and width of #jqpz-temp are zero. The...
thanks, but it doesn't seem to work on OS X.
@stepheneb's note about paths outside of app/assets and vendor/assets made me think about symlinks. I've been able to work around this by creating relative path symlinks in `app/assets/depend_on_symlinks` and then...
I have this problem at times running against a recent neovim head build. Have you had a chance to look into it?
@PaulAsjes any update on when this will be fixed? I'd hate to start off my company's WorkOS usage on a fork of the official gem.