Chris Wilson
Chris Wilson
I'm able to reproduce this. I think it is because some of my cameras have a plan and others do not on my account. So on this line [`ring.recording(info.id, (e,...
I think this may be the solution to the issue. Add: ``` if (e != null) { console.log('Recording Error: ' + e) return callback(); } ``` After: ``` ring.history(1000, olderthan,...
Ring will only store video if you have a subscription so yes. You can use other features for a non-subscription.
Looks like `/clients_api/doorbots/history...` if you parse for `snapshot_url` you may be able to pull the image. It is not populated on my account but maybe they are still rolling it...
I have a script that I generate my temporary password (password expires after some time). I have a saved favorite connection (where I have unchecked `Save In Keychain` but seems...
That is a good idea. The plan is for CoreDataPro to edit the data and not just view it. Many of the features you mentioned above would be an advantage.
I think you are right the easiest way to make an MDI is to create a new project and import the files. I expect there will need to be some...
Done. See "feature/multiDocSupport"
I gave it a try. When I try to create a new project I get stuck in the dialog. Neither the "open" or "close" buttons dismiss the dialog. Here are...
1. I think in the MDI it is common that the title will represent the file name/path so you may not need the control that is in the center of...