Kristofer Berggren
Kristofer Berggren
Regarding copy/paste I'll leave this issue open for now, until I've checked if some basic support can be added without too much complexity.
Clipboard (cut/copy/paste of text) support has been added in above commit. Default keybindings are alt-x, alt-c, alt-v. Please open a new issue if any bug is found.
As you mentioned in #12 there are capabilities for this implemented, but it's perhaps not easily accessible. I'll leave this issue open for now and see if we can improve...
In commit 0239998 improved support for custom key bindings was implemented - enabling setting custom keys by their octal values. Also, in commit 3bba971 a "key dump mode" was added...
Have you disabled the top-bar (`ctrl-p`)? It should show connectivity status. Or is it indicating "Online" while still not receiving messages?
Improved connectivity status reporting was implemented in e55ec0e - now `nchat` should reflect the actual status. Will proceed to close this issue.
Hi @BennyDietrich - thanks! Using spaCy pipeline is currently not supported by spacy-cpp. Let me take a look and see if it can be supported by spacy-cpp. If it's a...
Hi @BennyDietrich - regarding pipeline support it seems it would be non-trivial to add, so I'll have to consider it out of scope for `spacy-cpp` due to somewhat limited resources,...
Yes, `nmail` supports `IMAP IDLE`. After no IMAP activity for 15 seconds, `nmail` fetches message uids and then enters idle. Upon idle notification, `nmail` fetches message uids and exits idle....
Yep, we can certainly make the timeout configurable.