Jaleel Akbashev

Results 39 comments of Jaleel Akbashev

RecyclerView? :smiley: What's the problem with ListView?

Even from my little experience already facing some limitations, where it's good to have actor by id. So would like this feature 👍

@ktoso how third point will work? System will notify user that node is about to leave?

Just today was working with AHC and wondering—what is the best way to work with the client? It's not very clear from description. My initial assumption was `shutdown` is when...

While fixing https://github.com/apple/swift-distributed-actors/issues/1141 I've realised `systemName` is actually not so important, so probably makes sense to rename. If we compare `shortName` vs. `label` from first glance not sure what `shortName`...

btw think I've pushed a error in SPM in example before 🙈 fixed that, now should work

~~Ok, after a bit of testing and checking repo around, think this [PR](https://github.com/apple/swift-distributed-actors/pull/1060) and particular `WeakWhenLocal` wrapper can fix this issue. Will double check.~~ Probably there should be a better...

Actually looking back again into issue and thinking a bit more about, introduction of some type like `WeakWhenLocal` makes sense. Making worker reference either just weak or just strong will...

Note that I'm not getting any crashes on Xcode 14 + latest Swift 5.9 dev snapshot. So could be problem on Swift side and already fixed. 🤔