Eric Harris-Braun
Eric Harris-Braun
09ef5c42 adds two types of end condition for replication: - if the condition parameter first evaluates to an INTEGER it assumes this is a simple do n times type replication,...
This turns out to be more complicated because it's probably built on top of an resrouce establish/release protocol.
+1 This is my one major complaint.
The current problem with this is that there is no obvious way to change the order of siblings. The work-around that I found is that you can drag from the...
I consistently have the same problem. I don't have any extra items in the list and they all have unique ids. Don't know how to make something small that would...
Still happening in Moss 0.11.7 which is holochain beta-dev.42
Hmm, I'm wondering if the malware infected Acorn while it was on your computer. Can you download a fresh copy and run it again?
Bump. The manual comment out dev deps seems like a real kludge. If that's the solution, `cargo publish` should just do it.
basics in place in: c93111b0 Still todo: - thread pool for multi-threaded reduction of receptor processes instead of single polling by vmhost thread - using pthread condition variables to remove...
Here's a good candidate for a thread pool library. Very simple and it looks like it's broadly used and tested. https://github.com/Pithikos/C-Thread-Pool