Paul "TBBle" Hampson

Results 386 comments of Paul "TBBle" Hampson

As well as rebasing, this PR probably needs to have the Helm chart support added, which has appeared in this repo via #1271 since this PR was originally created.

I assume this PR matches the binaries at https://github.com/neurolabusc/pigz/releases/tag/v2.4.win? I gave them a try, and I noticed that [renaming it to `unpigz.exe` fails to make it decompress automatically](https://github.com/madler/pigz/blob/fe822cb435622c43f491013da77b127e9fe851a9/pigz.c#L4383-L4394). Probably because...

Those're two different tests. The pipe-to-bash test from @machsix 's link is generating blocks use "Set Background Colour to _x_" (SGR 48) for x in the range 1-255 (i.e. 256-colour...

Another good test to show it's something about cygwin and Windows ConHost is https://github.com/Maximus5/ConEmu/blob/master/Release/ConEmu/Addons/AnsiColors256.ans. In the faulty case, you see a bunch of `\`, which are actually part of an...

To bring it back to MSYS, [`fhandler_console::char_command`](https://github.com/msys2/Cygwin/blob/master/winsup/cygwin/fhandler_console.cc#L1871) in cygwin.dll is the code that tries to translate CSI sequences, e.g., SGR as we're discussing here, into ConHost commands. It does this...

Trying to track this down, it seems that there's a value `wincap.has_con_24bit_colors()` which controls whether `TERM` is set to `xterm` (true) or `cygwin` (false), see msys2/Cygwin@bd627864ab4189984cdb0892c00f91e39c4e8243. I'm definitely getting `TERM`...

The problem is that Keymaps are recognised by having ['Keymaps' in their category](https://github.com/Microsoft/vscode/blob/e8b1ee0b4d016bc38bbc1cf06d6d1868760d5fe8/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.ts#L137), but some extensions which are not really Keymaps have the [`Keymaps` category](https://marketplace.visualstudio.com/search?target=VSCode&category=Keymaps&sortBy=Downloads) set, per @chrmarti on https://github.com/Microsoft/vscode/issues/24727#issuecomment-297867450,...

Rather than mixing statusHTTP into the Service, and hence limiting functionality to those providers who've implemented the `MixedProtocolLBService` feature gate, what about spliting the feature up a bit? For example,...

To me, this seems somehow out-of-scope for Kaniko, and would be better suited to a dedicated registry-manipulation tool like `manifest-tool` or `skopeo`.

I don't think it's a duplicate. This one is for an API feature to add tags to the ASG created by the API, and also be able to set the...