We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Color serialization/deserialization doesn't support Reset value:
Reset
crossterm/src/style/types/color.rs
Line 33 in 8e25400
These mappings/tests lack it:
Line 176 in 8e25400
Line 226 in 8e25400
Line 346 in 8e25400
Line 392 in 8e25400
I don't see why it's missing, other than someone just forgetting to add it, but maybe I'm missing something - if so let me know.
Describe the solution you'd like Serialize/deserialize Reset value too.
Describe alternatives you've considered if any -
Additional context Would fix e.g. lsd-rs/lsd#896 / lsd-rs/lsd#607 without any need for workarounds.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Color serialization/deserialization doesn't support
Reset
value:crossterm/src/style/types/color.rs
Line 33 in 8e25400
These mappings/tests lack it:
crossterm/src/style/types/color.rs
Line 176 in 8e25400
crossterm/src/style/types/color.rs
Line 226 in 8e25400
crossterm/src/style/types/color.rs
Line 346 in 8e25400
crossterm/src/style/types/color.rs
Line 392 in 8e25400
etc.
I don't see why it's missing, other than someone just forgetting to add it, but maybe I'm missing something - if so let me know.
Describe the solution you'd like
Serialize/deserialize
Reset
value too.Describe alternatives you've considered if any
-
Additional context
Would fix e.g. lsd-rs/lsd#896 / lsd-rs/lsd#607 without any need for workarounds.
The text was updated successfully, but these errors were encountered: