Samuel Mauro

Results 8 comments of Samuel Mauro

I was getting module_not_found issues, in my case I think it's because I'm mounting a remote filesystem via SFTP using GVFS on Linux. I think there's some issue with following...

Silly me, this is at least partly because config_path is not part of eslint_path, it's a top-level option. This allows it to format: ``` { "local_eslint_path": { "linux": "" },...

There was an arbitrary code execution notice posted for this Underscore version today: https://www.npmjs.com/advisories/1674 Any chance of updates?

Also happens for me in 7.3 on Crunchbang (Debian based distro) Also happened on Windows in Gvim 7.3 Tried same vimrc option and it gave an error - tried let...

@wakuang Can you try this in .vimrc? `let g:miniBufExplForceSyntaxEnable = 1` I wasn't sure on the syntax but that should work - your comment doesn't have `let` at the beginning....

I'm also running into this problem with yarn, I'm trying to run a git repo from within a vault and yarn fails with the same error when doing any operations...

Just a thought, you can use `:bd` to close the current buffer, and use that repeatedly to keep closing the current buffer. Perhaps you could remap that in your vimc

This bug is still present. BUT you can fix it by modifying line 162 of /usr/lib/pymodules/python2.7/fluxgui/fluxgui.py Change the theme= line to look like `theme = 'ubuntu-mono-dark'`. If you don't have...