Dolf Starreveld
Dolf Starreveld
Here is the log with some comments interspersed. [moonfire.daemon.log.txt](https://github.com/scottlamb/moonfire-nvr/files/1226851/moonfire.daemon.log.txt)
Clearly overlooked that. Good find. Totally baffled as to why it took 1.5 hrs after boot to get the time corrected (presumably through ntp as I did not do it...
There should also be a solution for mobile devices using the API. The standard web based approach for that is cumbersome. Consider supporting oauth based approach. Tokens handed out should...
Streaming type APIs work best with a web socket approach. > On Mar 9, 2018, at 00:39, Scott Lamb wrote: > > I'd like to have an API endpoint which...
Agreed. Do we need to keep an audit log though (so we can know that segments were deleted, as opposed to never recorded?
One thought here is to allow video range exceptions: * state=locked: permanently prevent deletion of any samples covered by such a range * state=provisionally lock: a timestamp of provisional lock...
While I couldn't believe it mattered, I was getting desperate, so I tried something. Remember the diff listing: ``` diff -rbq . ../ACME Only in ../ACME: .git Only in ./Projects/ACMEProto/Derived/InfoPlists:...
It may well be related to [this is issue](https://github.com/tuist/tuist/pull/1319). There definitely is a `.git` directory right where the upwards search fails. From a git perspective my structure is working as...
**Easy steps to reproduce** Execute the following commands: ``` % mkdir tuistfail % cd tuistfail % tuist init --platform iOS % tuist generate ``` The above successfully generates. Now proceed...
Just to be sure, I demonstrated with an empty `.git` directory, but in my real use case, this directory is not empty: ``` % ls .git COMMIT_EDITMSG branches description index...