Eric Firestone

Results 5 comments of Eric Firestone

Today it's `collapsing`, which implies that *all* of the views are collapsed, so `compacting` is at least an improvement. We could use something like `compactingInvisible`, or `removingInvisible()`. There's some ambiguity...

In that vein I could see something like `items.filterViews { $0.isVisible }` where `filterViews` only calls the block for view items, and `isVisible` is whatever logic we want for whether...

FWIW I've been running this patch for awhile and still get the startup issue described in #21.

Happy to help if you need me to try anything. The macvlan network has been flawless for me in that it acts exactly as if each container is running on...

Additional context: [Apple documentation](https://developer.apple.com/documentation/security/1393617-secitemupdate) explicitly says: ``` SecItemUpdate blocks the calling thread, so it can cause your app’s UI to hang if called from the main thread. Instead, call SecItemUpdate...