Nils Andresen
Nils Andresen
Do we want to support the short-hands for hex values? (E.g. using `#a1b` instead of `#aa11bb`)
> This (seemingly trivial) PR has been hanging around for too long for my liking. Agreed. Let's use it as it is. @patriksvensson I feel your requested changes were addressed,...
#1292 mentions: > The docker log output is not an interactive environment so progress and similar will not work, so it falls back to safe rendering. This is by design....
@harrison314 what do you mean by "raw tty"? Are you talking about the virtual console, or do you have a real physical Teletype Terminal hooked up to your system?
I think I found... "something" Can you please show me the output of `locale`, `showconsolefont` and `tput colors`? Also, can you try to run your sample program with the `NO_COLOR`...
So there are two things going on here: ## unicode support We're determining whether unicode is supported, or not, by "asking" the .NET framework: If the output encoding contains the...
Well, you can always set the environment variables using [System.Environment.SetEnvironmentVariable](https://learn.microsoft.com/en-us/dotnet/api/system.environment.setenvironmentvariable?view=net-7.0): ```cs System.Environment.SetEnvironmentVariable("NO_COLOR", "1", System.EnvironmentVariableTarget.Process); ``` However, if you can (and are willing to) modify the code of the program, you...
Possible duplicate of #267
This issue should be moved to [pnp/powershell](https://github.com/pnp/powershell/), the error seems to be in `GetSiteTemplate`: https://github.com/pnp/powershell/blob/d774dca91902fd34c660157c9b3e150e0e5ad950/src/Commands/Provisioning/Site/GetSiteTemplate.cs#L223
This issue can be closed when https://github.com/pnp/powershell/pull/3741 is made available.