Alex Kovalov

Results 16 comments of Alex Kovalov

Hi @kizitonwose I've submitted PR for cell background and title color customization, please check it out https://github.com/kizitonwose/CountryPickerView/pull/144 @umwelt you can use my fork if still need ability to customize cell...

For some reason on install Cocoapods generate an extra "Wormholy-Wormholy" target that looks like an app target, so requires signing. It can be removed and the issue is resolved. Howerver,...

@pmusolino ``` source 'https://github.com/CocoaPods/Specs.git' platform :ios, '12.0' use_frameworks! inhibit_all_warnings! pod 'Wormholy' target 'Some' do end ```

@SwiftFoxx the Podfile syntax is correct, it uses "implicit abstract target" notation like described here https://guides.cocoapods.org/using/the-podfile.html. The issue I've reported is that it's not working in Xcode 14 beta due...

@SwiftFoxx I've tried now with the latest Xcode 14.0 beta 2 (14A5229c) and the issue is still there. It looks like the same issue described here https://github.com/CocoaPods/CocoaPods/issues/11402. I now see...

@SwiftFoxx looks like you are right. In this case it would be fine using Wormholy via SPM but there is an error installing it via SPM as well.

We are now using `Cache-Control: max-age=60, private` in a tile from the tile server, where 60 is a 60 seconds, so tiles are reloading automatically after this (or can be...

@jjatie @liuxuan30 please take a look at the fresh PR https://github.com/danielgindi/Charts/pull/4770 with the same changes from this PR and added tests. Please let me know what you think and if...

@sjg-wdw regarding the central pod. Currently cocoapods.org shows WhirlyGlobe v2.4 as the latest, so looks like new podspecs weren't pushed to the central pod. I am not sure what you...

@sjg-wdw I see. Do you have an email or a github username of the user who pushed the repo? He is an owner of it, so he needs to delete...