Jesper Louis Andersen
Jesper Louis Andersen
2 Immediate observations: * These often happen if the internal representation of the object differ from the viewable representation. We had 0.0 and -0.0 in ETS earlier, and also -2^60...
I know what is going on at least, I think: Rule #1: Each IP address can at most have a single port. Rule #2: The IP address is determined by...
Yeah, that ought to work. I'll figure out what is wrong here, because it doesn't look right and it should be reproducible fairly easy.
Ok, some investigation on this one: The problem manifests itself because the way `dht:lookup/1` operates: - Look up in your own store, - If not found in your own store,...
Yes. Taking options to the lookup function is definitely a good idea, so you can control how this works. I'll need to think a bit however, as it is not...
Hopefully the patch in #15 can fix the problem once and for all :)
(I'm at a conference right now, but will look at this later when I get home again. Perhaps this weekend, though no promises). Indeed, this looks like a bug. I've...
A little bit of work... Pushed the failing test case into a CT suite so we can start tracking the problem.
There are two problems. Current master (60cdf6058b0898233e53f) fixes the plotting bug. Your dataset is extremely consistent with its run-time (everything is 0), so it ends up in a situation where...
Hi! The particular bug is because for some reason, the compiled `.so` doesn't seem to have the right symbols. I don't understand why. MacOS somewhat eludes me, but in real...