Uh oh!
There was an error while loading. Please reload this page.
Make asynchronous methods callable via async/await - #182
Conversation
mdmathias
commented
Jul 19, 2022
Hi @peterfriese thanks for the PR! It looks like it fails some checks during I was thinking that we'd address #91 by updating the block parameter names to be |
peterfriese
commented
Jul 19, 2022
Let me look into the lint checks. I was thinking about renaming the block parameter to |
mdmathias
commented
Jul 20, 2022
You're correct - changing the block parameter name to In any case, if |
mdmathias
commented
Jul 20, 2022
Another consideration is that we are due to have a major release coming up soon anyway. Perhaps it's okay to change this API? What do you think @petea? |
mdmathias
commented
Jul 20, 2022
petea
commented
Jul 21, 2022
@peterfriese thanks for bringing |
petea
commented
Sep 7, 2022
Addressed with #187 and will go out in our next major release. |


This fixes#91
@mdmathias@petea - can you provide guidance on formatting / indentation? I will also look into updating the sample as part of this PR.