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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Hey there! I read #109, and understand whyowo_colors is re-exported, but the original author is quite correct that it makes completions really noisy. They were using IntelliJ, but I'm using VS Code with Rust Analyzer and it has this same issue.
Would you accept a PR that newtype-wraps all the owo_colors bits so that it doesn't have to be re-exported?
Hey there! I read #109, and understand why
owo_colors
is re-exported, but the original author is quite correct that it makes completions really noisy. They were using IntelliJ, but I'm using VS Code with Rust Analyzer and it has this same issue.Would you accept a PR that newtype-wraps all the
owo_colors
bits so that it doesn't have to be re-exported?I'm envisioning, for example:
color_eyre::config::Theme::file
acceptsowo_colors::Style
today.impl color_eyre::config::Style
, which is automatically implemented byowo_colors::Style
.And so on.
The text was updated successfully, but these errors were encountered: