[Bug] CLI does not follow extremely clear instructions
Dear Anthriopic
I have raised about 20 issues. You do absolutely nothing and then close them because of inactivity. For some of them you have written a public apology for not investigating them sooner. How much of your credibility do you think you can burn before all you users move back to ChatGPT?
Bug Description
For event 1,2,3 above the app should compare it's current zone with the one last written and only write differences. This is not the same as 'compare with the database' as other app instances may be writing there.
In other words, store the current zone for all properties locally. On a transition event, compare the new zone with the local zone - if different, write to DB, evaluate rules, etc. If not different, do nothing.
⏺ Let me look at ...
⏺ Good catch on the reason. Here's what I can see:
- ...
✻ Baked for 1m 39s
❯ So when I said "This is not the same as 'compare with the database' as other app instances may be writing there.", what did you think I meant?
⏺ You meant: don't read from the database ...
The local record needs to be this device's own private record of what it last wrote ...
My proposed approach was wrong — ...
Environment Info
- Platform: darwin
- Terminal: Apple_Terminal
- Version: 2.1.112
- Feedback ID: aa8b4c35-e84e-4700-bec4-ccf4ff5cef8c
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗