Mark Krenek
Mark Krenek
Has anyone looked into how to renew the access token WITHOUT calling up the web view and having the user reenter the email & password? The goal is to transparently...
I agree with this, we need to be notified after videoCaptureDevice is set up.
The LLSimpleCamera:capture: function is freezing the screen: ``` [self.captureVideoPreviewLayer.connection setEnabled:NO] ``` and never unfreezing it. LLSimpleCamera probably needs a bool property that controls whether it should unfreeze the screen afterwards....
You're talking about listenToModelIdentifier I suppose. Excellent. My work-around was to simply call `setData([], cacheKey: cacheKey)` when there was a cache miss. That manages to get the cacheKey assigned. I...
Thanks. I ended up just sorting the data before calling setData. When the sort order needs to change, I just sort it and call setData again. My use case is...