Jason Felice

Results 93 comments of Jason Felice

This seems releated to #115 . Is this a dupe (are you running emacs? have you enabled the vbar option)?

I'm currently on an M1, and although I've installed it differently, it definitely builds for arm64. Have you tried without the `--target` arg? It should work and build arm64 binaries...

Hrmm... it is definitely supposed to, and this doesn't happen for me. Is it possible there's another plugin doing something weird?

To be clear, I tested in a different editor because I don't have a Spacemacs setup at the moment.

Thanks for the report! I've noticed this, but haven't been motivated to fix it until now. I hope to spend some time on this today. My plan is to write...

This doesn't fix the warnings problem, but putting this in your .vimrc will filter a lot of noise: ``` vim set errorformat= \%f:%l:%c:{%*[^}]}:\ error:\ %m, \%f:%l:%c:{%*[^}]}:\ fatal\ error:\ %m, \%f:%l:%c:{%*[^}]}:\...

This happened to us as well. We lost one of two memcached servers and two of our 26 node servers hung up. We couldn't restart the node processes because the...

@lenormf Maybe? But it was a learning experience and I think, "When in Rome..." Also, I'm pretty sure that it could be a more simple kak script. I'll update it...

@lenormf I don't think that applies here, since that is for quoting inside the application and this is for Kakoune's command-line parameters. (It's probably possible to use `-e` instead of...