Ingmar Stein

Results 139 comments of Ingmar Stein

I've updated my bug report to indicate that the bug is indeed still present in Sierra (reproducible with Apple's own sample code). As far as APFS is concerned, I don't...

You're absolutely right that this is problematic. Most users won't see root's trash at all. It is currently implemented this way just to avoid changing permissions so that the files...

That looks good! Want to submit a PR?

I just stumbled upon this while debugging https://github.com/IngmarStein/Monolingual/ which suffers from the same bug. Thanks for your analysis and please keep us in the loop when (or if) the radar...

Using the local API, the plugin exposes several devices with an "internal:" prefix, e.g. "internal: mode" or "internal: trigger mode". Should those be filtered out?

I think those are not devices but scenes: ``` [9/7/2022, 8:21:04 PM] [TaHoma] Map scene internal: trigger mode Gesamt [9/7/2022, 8:21:04 PM] [TaHoma] Map scene internal: mode Teil 2 [9/7/2022,...

Even before the introduction of the system volume, Monolingual paid attention not to break any code signatures (which sometimes include localized resources, even though they shouldn't) and play nice with...

Sorry for the breakage, @oznu.

What's the consequence of this API not being available, i.e. what feature requires full device refresh?

Hey @hcliff, did you see #23? It seems like we were running into the same issue and implemented the connection retry for the hooks server almost identically. CC @snikch