issa marie tseng
issa marie tseng
oops. okay. should be a pretty easy fix though if i'm reading this right. it's because they want to make donuts possible eh?
there is no intent to make further queries within the transaction after the error. it feels like that ought to be a separate concern from what the return value of...
i guess to word a different way, it's very confusing to me that the promise i return from inside begin is respected in terms of flow control but not the...
hey, sorry, it's been a while since i had time to sit at a computer. i think your solution sounds reasonable, thank you!
hey @porsager, thanks for the note! i'm guessing this is a separate issue, but is this related at all to the multi portal work you tried out?
Cocoapods isn't a dependency, it's a dependency management system. You can find it and instructions for it at cocoapods.org, and I'd recommend it for more than just our SDK. If...
you're correct for sure, thanks for the note!
hey @NizamLZ, thanks for your contributions so far! this might be an interesting one to pick up if you are looking for more. or maybe #222 if you'd rather work...
i don't think it'll do anything. i get why you're saying that but that wouldn't help in any case this would catch.
i've long been nervous about this. we used to have transaction context to understand if we are in a write request or not. in that case, i thought to add...