Brian Muller
Brian Muller
Hey @ghostfreeman - sure, it would be pretty easy. There are really two options: 1. Update https://github.com/bmuller/ankusa/blob/master/ankusa.gemspec#L17 to reference the specific version that works 2. Update that line you referenced...
Without the support of Ruby's codeblocks, I think your suggestion is the best idea. If you want to start something, I can take a look. Thanks! b
Excellent - thanks. I'll take a look this weekend.
Sorry - been slammed - will try to look this week.
I looked through your changes - other than the one line note, I think everything looks good. Would you be willing to write some basic docs for transactions? If so,...
This one needs a code review with some modifications necessary - I just haven't had a chance to go through it yet.
Thanks for taking a look at this @NavyaZaveri! I think the purpose of the boolean response is to indicate whether the value was set _on the network_, irrespective of whether...
If the node has no neighbors, then [`False` is returned](https://github.com/bmuller/kademlia/blob/master/kademlia/network.py#L177:L180) whether or not the current node could store the value. That behavior is an example of what the function result...
Sure, I think it would be a great idea to update the function docs to indicate which conditions would lead to a True vs False result. For the purposes of...
This only makes sense if the server is running HTTPS, which not all servers do, and I'd like to make the module available and useful whether or not someone is...