Oscar
Oscar
I see what you mean, but this kinda defeats the purpose of having a "maximum wait", doesn't it? I mean, if you set `wait` to a number of seconds, you...
Are we really in a hurry to support 3.7 (which we already know works anyway)? If it's up to me, I can wait for Travis to support the new version,...
I was looking at it this morning, but I didn't find anything I could do.The issue was related to the conda installation, not osBrain, so we have no control over...
I've been trying to make this work. Right now, the most sensible implementation I've come up with consists in creating some sort of `AgentProcess` superclass, and then making `AgentProcess` and...
By the way, now that I think about it, this would mean we would have to duplicate our test suite, so we can test everything with both threaded and "processed"...
I just checked the correct syntax, and we are missing a yaml section there. I will post a PR as soon as I test this.
Turns out the syntax was right :sweat_smile: I guess appveyor is overriding the settings in `.appveyor.yml` with the global settings we set in our accounts from the GUI. It will...
I see what you mean. I'll keep tabs on this until we figure it out. By the way, I disabled notifications from the web GUI but I'm still receiving those...
I was able to reproduce the error, but I'm still not sure why it's happening. The main thing I've found is that binding to `0.0.0.0` for the name server raises...
It's been a while, but I think I managed to track down the issue. I believe we are registering agents the wrong way. When an agent is registered in the...