Jiale Zhi
Jiale Zhi
In `raft_apply_entry` function there is no check to verify if `me->cb.log_get_node_id` is set or not. So I guess this call back is now required. I don't see `log_get_node_id` get set...
Hi chiuan, currently lua-capnproto doesn't work on windows yet. It is mainly because of 'capnpc-lua' is a bash script. Maybe with some hack, you can make it work under Cygwin...
It seems it needs some work to make lua-capnproto work on windows. Currently I don't have time to do this. If you have time, please feel free to work on...
Hi daurnimator, that is always on my list. Unfortunately, due to limited time, I don't have plan to work on that recently. If you are interested, will you submit a...
Hi deepankarsharma, Thanks for your report. I'm not a BSD user myself. So after your report, I installed a copy of FreeBSD 10 in my VM. And I can reproduce...
It is something that I've always want to do. And also RPC support. But from the experience of last year, I don't think I'll have time to do it soon....
Hi wdicarlo, Thanks for your interest. There are a few things you need to do if you want to port it to Lua 5.1: 1. For performance reasons, I use...
Could you also add a few tests for this?
This is reasonable. Do you want to create a PR for it if you have time?
Thank you