Dafo with the golden Hair

Results 3 comments of Dafo with the golden Hair

Thanks @markekraus Hint: In my PowerShell Core Version 6.2.3 it did not work at first. I had to add a dot between $_ and Exception. > For those looking for...

Hi, another hint: Within the developer console of chrome I found: ``` api.eta-lang.org/compile:1 Failed to load resource: net::ERR_CERT_DATE_INVALID ``` So I assume your should update your certificate. Thanks!

I second @Nokel81 request. This would also be very useful for working with `Option`s and `zip` chains ```rust let a_opt = Some(1) let b_opt = Some(2) let c_opt = Some(3)...