François Fleur
François Fleur
Same problem here on Debian testing (same Nativefier version), but as stated by the error message, the following commands fixed it for me : ``` $ sudo chown root chrome-sandbox...
@cseickel I don't know either if this is related but I notice also some lags since few releases I'd like to share. For me it appears when the sidebar is...
Thanks, I modified a little your prints to get more verbose on the node path. TLDR ; - When I (re)open the sidebar; `modified` called twice for each visible nodes...
> the components get called on every render, which can happen a lot when diagnostics are updating Thanks, you point me to the right direction! My sumneko workspace is pretty...
@cseickel I have no more lags with theses changes, good job 👍🏼
@marlonrichert I'm aware of that issue and I'm on latest commit. My plugins are indeed symlinked in `$XDG_STATE_HOME` but still, znap pull deletes my symlink dirs in ~/.local/bin. Looking at...
No problem :) and thanks for taking the time to look at it!
Exact same problem here. Atom 1.19.2, Debian 8, PHP 7.0. Seems like **php xml extension** is required to use this package and it was missing on my system... A `sudo...
> Is this a packer problem or a nvim one? None :) One way to do what you want would be to override `vim.notify` and add a new line for...
@sdemura, almost :) what you want is: ```toml [keys.insert] "C-[" = "normal_mode" ```