Pavel Ermakov
                                            Pavel Ermakov
                                        
                                    I need to use this library to resize pictures taken on camera. The response uri shows that the end result is located in the same directory with the original image....
I did everything to set up this vbar as stated in the instruction, however, I ran into this error that won't let me move forward. How can i solve this...
How can I access my app's specific settings, where I can view permissions, storage, data usage and so on?
I tried to render an ArtyChartyDonut from the examples by ran into the following issue: Does anyone know how to fix it?
## What did you do? I have the following `tokenProvider` in my app: ``` private lazy var tokenProvider: TokenProvider = { [weak self] completion in _ = self?.authRepository.chatToken() .observeOn(MainScheduler.instance) .subscribe(...