Ben Shaver
Ben Shaver
The addition of the `stream` parameter allows the user to choose to send the yaspin spinner output to a stream or TextIO object other than sys.stdout. The most obvious use...
Users should be able to choose which output stream yaspin applies to. [Halo](https://github.com/manrajgrover/halo) supports a `stream` parameter which I'm suggesting yaspin add. See discussion here: https://github.com/mandiant/capa/issues/1812 Tangentially related to this...
When loading in a saved game `dict` using `utils.export.from_saved_game_format`, the resulting `engine.game.Game` object does not have the correct `outcome` or `status` attributes. These attributes are also not saved to the...