Ryan Davis

Results 7 issues of Ryan Davis

This PR aims to update Continuous to support Visual Studio for Mac 2019 by making the changes required to support the new editor APIs. It is a do-over of #49...

This PR aims to update the Continuous NuGet package for iOS and Android with a minimal set of maintenance-related changes, distinct from any additions to functionality that may come later....

I picked another screen from the Qantas app to recreate. ### Screenshots ### ![Source vs XF iOS vs XF droid](https://ryandavis.io/content/images/2019/04/qff-feed.png) ### What went well? ### I was able to easily...

When trying to use sqlite on an apple silicon, attempting to build for `iossimulator-arm64` fails with ``` ld: in /linker_cache/e_sqlite3.a(sqlite3.o), building for iOS Simulator, but linking in object file built...

Is it possible to run animations at frame rates above 60 on devices that support it? I have tried setting `riveView.preferredFramesPerSecond = UIScreen.main.maximumFramesPerSecond;`, and the include the required `CADisableMinimumFrameDurationOnPhone` key...

bug

### Describe the feature Remove the Newtonsoft.Json dependency by migrating usages to System.Text.Json. At a quick glance, changes would be to `BranchContentMetadata.cs`, `BranchEvent.cs`, `BranchLinkProperties.cs`, `BranchUniversalObject.cs`, `BranchiOSUtils.cs`. Usages of `JsonConvert.DeserializeObject` would...

feature-request
needs-triage

Allows types in files using file-scoped namespaces to be collected for transpilation. e.g.: MyEnum.cs ``` namespace Test; public enum MyEnum { A, B, C } ```