Elias Tandel
Elias Tandel
(will fix tests)
What about having something like `typing.no_type_check()` be usable as a context manager? For instance: ```python import typing class MyAbstraction: ... def another_large_call(self) -> int: x : int = f() #...
I have needed this. :+1: One thing python has that is great is that line continuations are implicit inside parenthesis. So instead of doing something like: ``` python if super_long_condition_omg...
Awesome!
:+1: Pandas is love, Pandas is life.
I think using an average color for the minimap could be dangerous, since white or light grey tiles would appear too similar to stone (and relics) on the minimap. There...