Closed katietheqt-old closed 6 years ago
Thanks for the PR!
Just removing the ?s won't work, since they're indicating an error condition. I think you should be able to keep them when you use try_for_each instead of for_each. (I didn't think of this before, sorry!)
?
try_for_each
for_each
This was implemented in #24. Thanks for the suggestion and starting an initial implementation!
Thanks for the PR!
Just removing the
?
s won't work, since they're indicating an error condition. I think you should be able to keep them when you usetry_for_each
instead offor_each
. (I didn't think of this before, sorry!)