Dave
Dave
Apparently it's possible to pass multiple `-m {mode} -n {num}` configs, which is really cool. However, when I was trying it, I noticed that some `-rep` settings were not being...
Trying out chimera today, and I'm getting the Seg Fault: 11 error others have reported. I used `npm install chimera` just a few minutes ago. I tried doing `gdb node`...
in src/pubsub.js at line 30, you are assigning `i` and `l` before the initialization of the triggering loop, leading to a case where you can cause a fatal TypeError if...
I'm worried that these two similar constructs are going to cause a lot of confusion in JS developer land. I foresee people being very confused with the differences, especially if...