Kyle Fleming
Kyle Fleming
As of version 3.14, cmake has added support for cross compiling iOS (see https://cmake.org/cmake/help/latest/release/3.14.html?highlight=cross#platforms). This means that `-miphone-version-min` style parameters get added automatically. This also means that currently when using...
Test case: Added a test for a widget with huge content. On my machine, scrolling with either the keyboard or mouse is very slow and every scroll tick takes 5-10...
Currently `serde_cbor`'s `std` feature must be enabled if `serde/std` is also enabled, even if `serde/std` is enabled separately by another crate somewhere else in the dependency tree. However, this doesn't...
`CocoaPods-binary` removes the `license` attribute from the podspec attributes hash since it doesn't copy the license file over. However, the `license` attribute in only valid in the root spec of...
CocoaPods-Binary appears to be checking the `Podfile` against the `Manifest.lock` to determine if changes occurred and a pod needs to be rebuilt. However, when the version of a pod is...
This PR does the following: * Upgrades Travis's macOS image to use Xcode 10.2 to add support for Swift 4.2 and 5. This is because the latest version of Lottie...
Fixes an issue where copying the generated framework after a build would fail if the framework already exists in the GeneratedFrameworks folder, even if that existing framework is out-of-date. This...
Hi, ### Description I have a pod (it's currently included as a local development pod) that has a `test_spec` that includes dependencies (Quick in this case). I'm including the pod...
I believe I've encountered a bug with loom's atomics. I've written 2 failing tests demonstrating the issue.
Fixes the case where, while in the demo, you're viewing the right side panel and you drag the center panel almost to the end. The animation moves too fast (in...