First thank you @sanel for everything that you did with Monroe. Is the best package that I have installed on my emacs.
Regarding the completion, I feel like we can improve the last addition. Right now, I figured out that in order to use the nrepl protocol for getting the candidates words we needed to use a sync request. Because when the callback it's returning those candidates we are in the connection buffer.
I feel that there is a way to avoid this situation but I'm still thinking and can't find one. Cider does it too, but send to me that getting async would be better.
Can you help me to think about this issue?
@technomancy please I want to know what you think about it too.
Thank you very much.
First thank you @sanel for everything that you did with Monroe. Is the best package that I have installed on my emacs.
Regarding the completion, I feel like we can improve the last addition. Right now, I figured out that in order to use the nrepl protocol for getting the candidates words we needed to use a sync request. Because when the callback it's returning those candidates we are in the connection buffer.
I feel that there is a way to avoid this situation but I'm still thinking and can't find one. Cider does it too, but send to me that getting async would be better.
Can you help me to think about this issue?
@technomancy please I want to know what you think about it too.
Thank you very much.