Anthony Shoumikhin

Results 10 comments of Anthony Shoumikhin

Hi AirChen, is there a reason you don't want to simply chain the same block on all promises you're interested in, but rather prefer an observer object to store such...

Hi Scott, Thanks a lot for the super detailed report! It's awesome! Just to make sure that we have this covered, it's not supposed to import the `FBLPromises` module in...

Hi Eric, you can try awaitPromise or that https://github.com/google/promises/blob/master/g3doc/index.md#awaitpromise

Hi Max, From what you've described, it seems like you're trying to use a promise to implement a synchronous method (which happens to be a predefined delegate call, so you...

Hi @sglushchenko, Please send a PR our way, happy to merge in a fix! Thanks.

Thanks! Any comments on why the change?

Hi Michael, There's a section in the [docs](https://github.com/google/promises/blob/master/g3doc/index.md#testing) on how the dispatch group can help with testing. And you can use any dispatch queue, including a concurrent one to run...

@hietalajulius try removing the app from the device, deploying&launching the app again, then copy the files, wait till copying finishes and proceed with the app UI to pick them.

Link to landed trunk PR: #9704 Link to release branch PR: #9722 Criteria category and reasons: Removing unused code from OSS

Link to landed trunk PR: https://github.com/pytorch/executorch/pull/9976 Link to release branch PR: https://github.com/pytorch/executorch/pull/9991 Criteria category and reasons: Remove unused code