Gordon Allott

Results 10 comments of Gordon Allott

for what it is worth, this terminal *does* support 256colors (as shown by 256colors.pl). the terminal *does not* support settings the colors 17-21 which is why the bottom colors show...

Secure Shell handles it properly ![screenshot 2017-07-31 at 09 25 25](https://user-images.githubusercontent.com/2665595/28769196-6e5a9566-75d2-11e7-96da-cbfbb85c30d2.png) allows me to change colour schemes on the fly with base16 commands also

using the same Secure Shell version here (0.8.36.8), note in order to install base16 properly to test this you will want to set a color theme as well as set...

Hi, I'm probably going to drop staticcheck from our repo because of this. We have some extremely large generated files that we can't stop staticcheck from trying to parse, It...

> first issue I see is there is no pagination in the API spec yeah, that seems like a big issue. the mechanism for getting progress on individual episodes being...

Same issue, but only after upgrading to go 1.22

for anyone else with this issue, changing the last part of cover.py to look like ```python @property def current_cover_position(self): """Return the current position of cover shutter.""" return 100 - self._device.get_battery_percent()...

This is still an issue, makes working on pull requests in vscode impossible for me. Same setup, pull requests from branches on the main repo work ok, pull requests from...