Duncan Cunningham

Results 16 issues of Duncan Cunningham

I am running in to a frequent crash on iOS 14 (tested both in 14.5 simulator and 14.8.1 device). It doesn't happen on the iOS 15 simulator, so I am...

bug

### Description I'm not able to run build 0.0.95.1 on macOS 10.14.6, as it requires 10.15. I see there are multiple closed issues in the past mentioning 10.13 should be...

The isAuthenicated method will only return true after you have called one of the login methods. If you login successfully, then close down the application and relaunch it, calling isAuthenicated...

I know the project seems to have stagnated, but I am interested in playing around with it. Would you happen to be able to provide some build instructions? In particular,...

This adds an extension on `ScopedDisposable` where the inner is a `SerialDisposable`. This allows you to easily update the `inner` of the `SerialDisposable` wrapped in the `ScopedDisposable`. Example: ``` let...

Any chance there could be support for exporting to React Native?

We should be calling convertToWorldSpace on the parent of node in order to properly get node's world position.

I cloned the demo repo and installed the dependencies with npm. When running it on Android, I get a javascript error of `undefined is not an object (elevating screenPhysicalPixels.width)`. Anyone...