Alan Christopher Thomas
Alan Christopher Thomas
Sounds good!
Awesome, how about `HttpComponents (Java)` for the name since it's not using just raw Java `java.net`? Maybe we should update `docs/requests` to be named `Requests (Python)` for consistency too? I...
Thanks so much for this one! Mosquitto is new to me, but as we come back around to writing up another round of docs, we can try to bump it...
If you end up beating us to a solution, please feel free to open a pull request on this repository with the steps you followed!
I thought the main use case for `NO_COLOR` was preventing bash color escape sequences from getting spit out, in which case emoji are fine (just unicode chars) imo. But, maybe...
We also will print out fingerprints as emoji these days: https://mobile.twitter.com/smallsteplabs/status/1489669356719988736
This would be a great next step. If it could stay de-coupled from the template engine and allow somehow for both DOM (Angular/rivets-style) and string templates (Handlebars, Underscore, etc), it...
Ah, apparently those two characters are slightly different: ``` >>> ord('|') 124 >>> ord('│') Traceback (most recent call last): File "", line 1, in TypeError: ord() expected a character, but...
This is the offending character: http://www.fileformat.info/info/unicode/char/2502/index.htm
Looks like it depends on the font. Andale Mono does a decent job with it, but has other spacing issues. Any recommended font?