Andreas Lindhé

Results 268 comments of Andreas Lindhé

Just FYI: I'll get back whenever I have new info. If this is automatically closed, I'll just reopen it. 👍

I just had it occur again and was able to capture the output of `echo '\e[34m\e[1m\u25A0\e[0m'`: ![image](https://github.com/microsoft/terminal/assets/7773090/c8397859-2038-43a0-9824-8f0c98c167aa) Upper pane: `#5454ff` Lower pane: `#3b78ff`

> * Did you change your `settings.json` since then? No. > * Are you using an HDR display? On the monitor I took the screenshot on (my external monitor): no....

Sorry for hijacking this thread a bit, but I want to ask about what you show there: having the stream object be a list and selecting the substream using the...

Can confirm that this is the case in v2.8.1. It's worth noting that the API spec for `GlobalRole` says that the `builtin` field defaults to `false`: ```console $ kubectl explain...

Seems like array type answers are not yet implemented: https://github.com/rancher/rancher/issues/13952

It seems like `rancherValues` is unused, so that should be removed from the example. This is resolved in #22.

After #22, the example in README.md is almost identical to the contents of values.yaml. I think the examples should be removed from README.md, so we don't risk having out-of-date documentation...

I'm scared shitless of running npm on my local machine. 😬 Heard so many scary supply chain attacks through the years, so I'm trying my hardest to never run it...