Zhiyu Zhu/朱智语

Results 63 comments of Zhiyu Zhu/朱智语

The tricky part is, what would be the desired display mode? But your case sounds more like a simpler bug to me. The app should switch to bright mode **regardless**...

Seems to be related to #57 ?

I rewrote the theme switching code a little and hope that solves the problem. Please reopen this issue if the program still switches theme to dark mode at sunrise.

Thanks! Sounds like an interesting bug to solve, but it'll be hard for me to debug this. I'm currently thinking about connecting my mac to a TV or something, I'll...

In your case, 1. does the external monitor lower the brightness when the Mac is closed? 2. what would you define as the expected behavior? Is it dark mode matching...

Just a note to myself (or whoever would like to investigate and come up with a good solution): - https://github.com/ojotoxy/Brightness - https://github.com/the0neyouseek/MonitorControl - https://github.com/HsiangHo/ShadowstarKit (Used by [Kaka](https://github.com/HsiangHo/Kaka) on MAS)

Based on my experience, there are multiple reasons it schedules using previous location: - no internet connection and we really need to use cached location - has connection but Apple...

Returning focus should be fixed in the next release, I'm still researching on the other issue for the best solution

Could you please elaborate on what the issue is (expected behavior, steps to reproduce, actual results)?

Just changing access modifier from public to open would resolve the warning, but I'm not sure if that's the right thing to do. The current API design, in my point...