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
Would you be open to switching the error type of the termwiz crate from Anyhow to some custom type (e.g. with thiserror)? I'm happy to do the work for it.
As it's a library crate, it makes it hard to integrate with anything that's not using anyhow itself.
The text was updated successfully, but these errors were encountered:
It's been replaced with an opaque termwiz error type instead.
This is a bit of a more conservative approach than that in (refs: #407)
and has less of an impact on the surrounding code, which appeals to
me from a maintenance perspective.
refs: #406
refs: #407
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Would you be open to switching the error type of the termwiz crate from Anyhow to some custom type (e.g. with thiserror)? I'm happy to do the work for it.
As it's a library crate, it makes it hard to integrate with anything that's not using anyhow itself.
The text was updated successfully, but these errors were encountered: