Jamie Bloxham

Results 8 comments of Jamie Bloxham

For refactors like this, I find it useful to think about import hierarchies of modules. I think the new hierarchy after this change would look something like: `types > utils...

Amazing! I'm all good with these changes then.

I'm in favor of a monolithic `engine` for handling algorithm conflicts. If algorithm conflicts grow roughly with `O(n^2)`, we'll eventually have to do something smarter than manual fixes for every...

I think the `engine` module is also necessary because there is trainer-specific code that depends on algorithms, but also algorithms depend on some other trainer-specific code. The distinction between these...

I have the same question, but for Mocha.

I believe it would be better to accomplish this with the instrumenter somehow.

I suspect some of these results, especially darkshark's `new MapLocation(513.516327, 432.636902) == [513.516357, 432.636902]` (there IS a difference in those coordinates) may be a result of strictftp being used in...

How did you obtain this error? I was able to reproduce this exception by starting two instances of the server simultaneously, but this produces fairly seriously erroneous behavior across the...