pulumi / pulumi-cloud-requests

Welcome to the public issue tracker for Pulumi Cloud (app.pulumi.com)! Feature requests and bug reports welcome!
10 stars 4 forks source link

upgrade `update logs widget` to understand ANSI control codes #88

Open dixler opened 2 years ago

dixler commented 2 years ago

Hello!

Issue details

Have a PR to passthrough colorized nodejs stacktraces, but it doesn't display well in the service so I'm going to hold off on exploring it until it displays.

context https://pulumi.slack.com/archives/C8A7QG1CZ/p1660835010838229

~Blocks https://github.com/pulumi/pulumi/issues/10379~ UPDATE: The PR for the above issue strips ANSI Control codes on the CLI to avoid breaking the service display which cannot handle them yet.

If you want to be able to test that this feature works, you will have to remove the stripping logic from the CLI that you're using to test this.

Affected area/feature

dixler commented 1 year ago

Note that the PR for this issue https://github.com/pulumi/pulumi/issues/10379 strips ANSI Control codes on the CLI to avoid breaking the service display which cannot handle them yet

If you want to be able to test that this feature works, you will have to remove the stripping logic.