nestdotland/eggs

Problem in output of `eggs info`

Closed this issue Β· 1 comments

kt3k commented

πŸ› Bug Report

When the dependency includes the items in next.land, the output of eggs info looks broken on macOS:

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2021-02-09 11 05 17

To Reproduce

Run eggs info https://x.nest.land/drake@1.4.6/mod.ts

Expected behavior

The background color is not yellow.

Actual Behavior

The background color is yellow.

Environment

  • Eggs version: 0.3.4
  • Deno version: 1.7.0
  • Operating system and version: macOS 10.15.7
kt3k commented

I use Terminal.app of macOS, and it doesn't seem supporting truecolor. ref: https://gist.github.com/XVilka/8346728 And therefore we can't use rgb24 for them.