Oscar

Results 27 comments of Oscar
trafficstars

More changes: * Re-added and fixed the sigint handler for agents. * Added a test for the agent's sigint handler based on the commits from this branch: https://github.com/Flood1993/osbrain/tree/sigint_tests * Added...

@Peque Is this a good moment to go on with this? This should be rebased on top of the appveyor integration, by the way, I don't trust Windows signals whatsoever.

@Peque Shall we take a look at this again?

I didn't realize Windows compatibility was still not a thing when we started implemented this, so it will require a bit of work. What I found from a few minutes...

Yes! I was just about to open this exact issue.

I've been looking into this for a while, but didn't find much. The ideal thing would be a plugin for pytest that could do the job, but I didn't find...

I ran a manual check with `scspell` and went through the list of results, picking out manually which ones were actual typos. The results are in #285 . There was...

Yeah, that would be awesome! I'm still kind of surprised nobody has done anything like this before. I mean, somebody else has had to run into the same issue at...

https://github.com/search?q=fix+typo&type=Commits I just looked it up and github reports 54,166,865 commit messages with the words "fix typo" :laughing: :laughing: By the way, when doing that search I also stumbled upon...

I understand it's an asynchronous communication pattern and you may not receive all the messages, but don't you think the above code should work? I would expect the call to...