Raine Virta
Raine Virta
I would like to see an option for preserving indentation when using Neoformat to format visual line selection. My use case is similar to http://github.com/prettier/prettier/issues/1324 but maybe this would make...
Looks like this was just fixed in https://github.com/1N50MN14/html-element/commit/450252586486a1a0f0217e64faaf7f382daee13f
It's now in `html-element` 1.4.0. I would bump its version in package.json but many tests are broken as it is.
Seems to happen with `liveify` and LiveScript as well.
I ran into the same issue with gulp. ``` SyntaxError: missing `//` on line 1 at src/app.ls while parsing file: src/app.ls ``` Removing the list of transforms from ``` livescript...
Does anyone have an example how react-refresh etc. should be loaded on the page in order for hot reload to work? In my module federation setup, hot reload works occasionally,...
What problem is `Fixedqg` supposed to solve? Quite annoying when you're used to formatting comments to tw with `gq`.
I'm using project specific `.vimrc`'s with ``` viml let g:agprg='ag -S --nocolor --nogroup --column --ignore node_modules --ignore "./public/stylesheets/*"' ``` Ideally you'd set stuff before `--ignore` parameters in .vimrc and concatenate...
Looking forward to seeing an implementation with `Future`. :+1: on separate example.
~~~I have this issue because `^L` is mapped to https://github.com/zsh-users/zaw/blob/master/sources/ack.zsh~~~ I realized the mapping is useless, and removed it. But I probably wouldn't have known the cause without this issue.