You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The patch #239, while addressing issue #208 made it so we can write to a custom sink without being in a test context.
The unfortunate downside of that implementation is it disregards the WriteStyle specification.
No colors when piping to a custom sink is an acceptable default, but when the user specifies WriteStyle::Always, we should have colors written into our sink.
The text was updated successfully, but these errors were encountered:
The patch #239, while addressing issue #208 made it so we can write to a custom sink without being in a test context.
The unfortunate downside of that implementation is it disregards the
WriteStyle
specification.No colors when piping to a custom sink is an acceptable default, but when the user specifies
WriteStyle::Always
, we should have colors written into our sink.The text was updated successfully, but these errors were encountered: