juanleon lahoz
juanleon lahoz
## Checklist for submitting a pull request to `Terminals Are Sexy`: - [X] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. - [X] I have...
Aka, "json for humans". It allows comments, so configuration files could be made way more readable. https://json5.org/
- [x] Maybe actions/cache can speed up things - [x] actions-rs/tarpaulin looks not actively maintained ans triggers deprecation notices; look for alternatives (see https://github.com/actions-rs/tarpaulin/issues/6) - [x] Investigate how/if `cargo install...
c = colored.ColoredString('RED', 'foo', bold=True) puts(c) # text is not bold puts(c, newline=False) # text is bold System: Python 2.7.3 Ubuntu 12.04 Clint 0.5.1