3

can option pls override or operator

this is stupid

say no to

let branch = branch.unwrap_or(config.branch.unwrap_or("something".to_string()));

say yes to

let branch = branch || config.branch || "something".to_string();

Comments
  • 0
    let branch = branch

    Is this a typo?
  • 1
    Honestly, I just map over those monads and let it fail fast and hard otherwise
  • 0
    Hi, about a week ago my ETH was transferred to a wallet address I do not recognize. I never did this nor do I approve the transaction. I feel like I have been hacked/phished. I was able to trace this address and recover my coins when I contacted support on, hackrecovery [AT] yandex [DOT] ru. I really appreciate their level of professionalism and explanation dealing with this issue.
  • 0
    I think I've read that one, @donkulator. This one's shorter, faster and easier
    https://adit.io/posts/...
Add Comment