Simon Mitchell
Simon Mitchell
## Check these before submitting: - [x] The issue doesn't involve an [Unsupported Feature](https://github.com/airbnb/lottie-ios/blob/master/README.md#supported-after-effects-features) - [x] This issue isn't related to another open issue ## This issue is a: -...
Create a demo (iOS for now) project so when people want to get started with ROCC they don't have to flesh out a whole app UI and perform connection to...
This issue will be a log of my plan of action and implementation of support for camera manufacturers other than Sony in ROCC! ## Motivation I want ROCC (as well...
NWConnectionGroup is a much more usable API than CFSocket... CFSocket is ancient, and difficult to use, and means we have to handle network changes ourselves. If we can move over...
"Hi, I’m using an A7RIV and started by playing around with Sony’s app before trying yours. The reason being, like many photographers I use back button focus and turn off...
### Steps to reproduce: Try and call `getCameraFunction` rapidly after just connecting to RX0. ### Actual behavior: The function call returns a 40401 error (Camera not ready) ### Expected behavior:...
### Describe the solution you'd like Add super slow rec (`"super slow rec"`) to shoot mode enum
Adds CPU information to all devices, with `Comparable` cpu enum which allows for logic such as: ``` guard Device.current.cpu > Device.iPhone8Plus.cpu else { return 0.0089 } return Device.current.cpu > Device.iPhoneX.cpu...
I have recently been trying to update a Mac app which I haven't been working on for a while. When I try and run `sign_update` I get this error: ```...
SDK Version: Latest release Spotify Version: 8.7.64 Example code: ``` appRemote = SPTAppRemote(configuration: configuration, logLevel: .debug) appRemote?.connectionParameters.accessToken = accessToken appRemote?.delegate = self guard appRemote?.isConnected == false else { callback(.success(true)) return...