Nigel Brooke

Results 20 issues of Nigel Brooke

Once we move the library to Swift 4, it's worth investigating if we can leverage Codable to simplify the implementation of Sendable/Receivable conformance in any way. I suspect that just...

Right now the flushListen needs to have endListen called after it, but probably it should clean it up itself like the other synchronous listens do.

When you set a timeout for a listen, the timeout applies to the time since the operation started, but in most cases it would make more sense for it to...

Right now the only interface for blacklisting devices is to return a value from the scan callback. This works fine if you can determine it's not the right device from...

Right now the complication of the individual data sets into the "unified" data that can be loaded quickly is done by the app itself, which is annoying and error prone....

As mentioned in the comments on #566, we don't handle the ARSessionDelegate failure callback right now (https://developer.apple.com/documentation/arkit/arsessionobserver/2887453-session). The most common error (no camera permissions) is handled by that pull (but...

AR

We've enabled rotation on the iPad, but the current design more or less works in portrait on the iPad, whereas on the iPhone we would need some design tweaks to...

iOS

When you rotate the device (iPad only) right now, there is a hitch when it resets the camera view to be rotated and then does the rotation with he normal...

iOS
AR

Current scaling depends on zooming the camera, which doesn't work in AR, need to actually scale the model to allow that.

iOS
AR

It zooms in on the target node, and leaves up the node connections for it until it gets the first hop, it feels like it should hide the connections immediately,...