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
Since 99% of the time you're just going to call unwrap or expect on the result of enable/apply calls, for the next release I'd like to rename enable to try_enable, etc., and then make enable unwrap the result internally.
Since 99% of the time you're just going to call unwrap or expect on the result of
enable
/apply
calls, for the next release I'd like to renameenable
totry_enable
, etc., and then makeenable
unwrap the result internally.The demo in the readme would just look like
The text was updated successfully, but these errors were encountered: