Grant Jenks

Results 59 issues of Grant Jenks

I'm not thrilled with this diff: ``` def __eq__(self, that): if not isinstance(that, type(self)): return NotImplemented - return (self.__slots__ == that.__slots__ - and all(item == iota for item, iota in...

See “tan” at https://github.com/jleclanche/tan/commit/e23c038167528bdacddd6779c6b4234e2634cfa3 There seem to be some arguments around accessibility for supporting tabs.

Black supports "blackd" which is used by some for IDE integration. Let's add support for "blued" too!

Got a nice message from Luciano: "Thank you so much for making `blue`, Grant & contributors!" -- Luciano Ramalho And he said we could put it in our readme :)...

The internal errors reference "black" in assert_equivalent and assert_stable. Change those to "blue"

It occurred to me this evening that an alternative design is possible. Rather than monkey-patch black, we could just run black and then post-process the result. The post-processor would simply...

Implement Battleship against the computer.

Prototype at https://code.activestate.com/recipes/578983-rockpaperscissors/

Pretty shapes in joy at https://github.com/fossunited/joy

Game idea: solitaire