Maxime Le Moine
Maxime Le Moine
Hello, Our CI jobs started to fail today with an error when trying to clone HTMLReader. The error is reproductible with this command: ``` git clone --recurse-submodules https://github.com/nolanw/HTMLReader.git ``` ```...
``` handlebars-objc/src/handlebars-objc/helpers/HBBuiltinHelpersRegistry.m:168:65: error: expected method to read dictionary element not found on object of type 'id' id statementEvaluation = callingInfo.statements(dictionaryLike[key], dictionaryData); ^ ``` Xcode 9.3, version 1.4.4
Fixes #20 The check on line 159 (`[HBHelperUtils isEnumerableByKey:expression]`) already validates that `expression` responds to `objectForKeyedSubscript:`.
🌈 * [X] I've read and understood the [*CONTRIBUTING guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). First, a lot of thanks for this feature ❤️ # Report ##...
Fixes the 110 warnings that are generated when integrating Keen 3.7.0 in an iOS app using Xcode 10: - Bump deployment target to iOS 8: - iOS 7 is no...
cocoapods-downloader 1.1.3 cocoapods 1.2.1 ruby 2.2.1p85 I created a new ruby file with the usage example from the README: ``` require 'cocoapods-downloader' target_path = './Downloads/MyDownload' options = { :git =>...