Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update external dependencies #271

Closed
wants to merge 4 commits into from

Conversation

svshkv
Copy link

@svshkv svshkv commented May 18, 2021

Обновление зависимостей для поддержки Mac с процессором M1.

.withUnretained(self)
.drive(onNext: { owner, viewModels in
owner.handle(itemViewModels: viewModels)
.drive(onNext: { [weak self] viewModels in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а можно захватить self, как тут ReactiveX/RxSwift#2290?

.withUnretained(self)
.subscribe(onNext: { owner, state in
owner.handle(searchResultsState: state)
.subscribe(onNext: { [weak self] state in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subscribe(with : ...) ?
и есть ли еще места, где можно заменить подобным образом?

@petropavel13 petropavel13 deleted the feature/update_dependencies branch May 24, 2022 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants