Eric Jensen

Results 15 issues of Eric Jensen

v1.4 crashes when switching to "Jobs" or "Hemingway" languages. This is caused by the dictionary filename mismatching the language code. This change corrects the mismatch, and prevents the the app...

Adds a Swift 5 compatible Swift Package definition while maintaining a Swift 4.2 compatible Package definition using [version-specific manifest selection](https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#version-specific-manifest-selection) Closes https://github.com/toddkramer/CodableKeychain/issues/5

This change updates the Swift package definition to support localized resources. This was done by following Apple's [Localizing Package Resources](https://developer.apple.com/documentation/swift_packages/localizing_package_resources) article. The pod spec has been updated to generate the...

Before this change, the date components were being calculated on each `if / else if` condition. This change removes the redundant calculation by making a local copy of the components...

Fixes project warnings, swift lint warnings, and spelling errors.

Prevents calling `completion` closures multiple times by making the synchronous `Client` `Result` handling methods return their values rather than having `completion` parameters. The changed method signatures are `private` so the...

Sets the `Heading` `level` property in the non-decoder `init`. This prevents crashes when accessing the `level` property when the `Heading` is created programmatically

## Which Version of Lottie are you using? Lottie 3.4.3 ## Expected Behavior ![MainThread](https://user-images.githubusercontent.com/915431/188901178-cb889447-433e-431e-a6c6-40f3a9b24855.gif) ## Actual Behavior ![CoreAnimation](https://user-images.githubusercontent.com/915431/188901199-6a5720b5-d0fc-48a3-ac03-c930652ee79e.gif) ## Animation JSON [notifications_icon_animation.json.zip](https://github.com/airbnb/lottie-ios/files/9506887/notifications_icon_animation.json.zip)

## Overview A follow-up on https://github.com/pointfreeco/swift-snapshot-testing/pull/628#issuecomment-1246768428 This PR adds global variables that control the default image `precision` and `perceptualPrecision` parameter values when no value is specified in the `Snapshotting.image()` method....