Dan Rosén
Dan Rosén
Maybe related: #29
A problem with tape and AVA is that their assertions don't actually throw but just record that they failed. I started a discussion about extending the AVA API to support...
Ok, try now! Sorry that you had to SIGTERM, I changed that, now Ctrl+C will get you back to kakoune in case of such a bug.
Hi, Two fifos are opened and a python process is started listening to `$pyfifo`. It is communicated with the `tee` here: https://github.com/danr/kakoune-easymotion/blob/master/easymotion.kak#L24 Kakoune now waits for a reply on another...
I'm apparently 229 commits behind: https://github.com/danr/kakoune
Hmm... I don't see what's going on. Without 7f080c1 (using 40d73d7) we have `\n` literally being sent to kakoune. Can you check what `set window debug commands` gives you?
I got rid of the scratch buffer and started using `echo -to-file` instead, maybe this will fix the problem. Can anyone check?
Yes, you will need https://github.com/mawww/kakoune/commit/744778be. There will be a new kakoune release with this included shortly.
Hmm I cannot reproduce this here. I'm using arch. The communication is via fifos, maybe the OS can buffer the fifos in different ways. I'm assuming line buffering.
Are you testing with `kak -n`?