Eric Berquist

Results 292 comments of Eric Berquist

Sure. The output from the Python code is ``` (-14, -14) (15, -9) (9, 9) (0, 14) (-6, 15) (-10, 11) ``` but, from the same initial points, the Julia...

The discussion was in https://github.com/algorithm-archivists/algorithm-archive/pull/708#issuecomment-633322788. What solution do you think is better, that one, or this hard-coded set? The points inside or on a circle from a square grid makes...

Yes, also my thoughts. Well, we are already going on a system of trust with PR review. One thing that might help is sorting the output. Ideally the output is...

+1 for being able to do `git diff --color-words --ignore-all-space --no-index` on two data files.

Text will compress well under version control, and only one copy of the output would be needed (the "reference").

Though, you don't need to have any under VC if you don't want. `git diff --no-index` actually means "run Git's diff algorithm on any arbitrary files, ignoring a Git index...

No. But when Git compresses non-binary files into objects under `.git` (whenever you commit), IME it does a pretty good job.

Split-op isn't done this way, but a width for printing should be set, something like 8 decimal places, which should avoid that problem. Really, a width that's sufficient to not...

Ok, this is ready for review.

It may be an easy fix, try setting this to false: https://github.com/algorithm-archivists/algorithm-archive/blob/822665537b20f41ef424baee16cbd58fc1cbcae1/book.json#L23 On Mon, Oct 8, 2018 at 8:12 AM James Schloss wrote: Yeah, it was just something to put...