Guirec Corbel
Guirec Corbel
With `ps -ef | grep ember`, I can have other processes not related. `preboot.rb` will help for sure. You can merge it.
I created this ticket about the same issue on sassc-rails : https://github.com/sass/sassc-rails/issues/161. It works if you set : ``` config.sass.inline_source_maps = true config.sass.quit = false config.assets.debug = true ``` And...
I didn't create a fork yet. I'm not sure about all consequences of my change and this is very complex. I agree about lack of maintenance. It's probably because people...
@jrochkind I finally created a PR : https://github.com/sass/sassc-rails/pull/162/files. Let me know if it works in your case.
`config.sass.inline_source_maps = true` is used to have the source map inline and not in a separated file. `config.assets.debug` have to be false to make this working. With this option, you...
Any update on this PR? PS @christoomey thanks for another good weekly iteration!
Sorry @tlaziuk but what do you mean by "NeoVim clipboad"? What's the difference between Vim and NeoVim?
@pkrumins, to paste the clipboard in insert mode with gnome-terminal, you can use Ctrl+Shift+v by default. Obviously, because it's in gnome-terminal, it works for command lines too.
I tried the commit added by @mg979 and it seems to works. Do you plan to do a PR for that?
I was talking about this PR : https://github.com/MattesGroeger/vim-bookmarks/pull/147.