Aleksandar Vacić
Aleksandar Vacić
Ok, done.
Chasing Travis tail, done.
Thanks for reporting, will look into this as soon as I can.
Leading, trailing constraints should do this automatically. Will see what's going on
This seems out of reach, for now. `Main.storyboard` seems to be loaded and rendered using `Locale.preferredLanguages.first` before any swizzling can take place. I even tried to swizzle that, but no...
Thanks, I'll have to try that
I have the option like this: I use this since the option appeared in macOS. Maybe some of the macOS updates put the Helper into quarantine for some reason..?
Have you [seen this file](https://github.com/acidanthera/VirtualSMC/blob/master/Docs/iStat.txt), from VirtualSMC repo? It specifically addresses iStat support.
On vacation atm, so not sure am I missing something obvious... 1. Why the property must be binary..? 2. Approach with Codable looks like proper solution for what I tried...
Like I said previously, I use [CoreDataRepresentable](https://github.com/radianttap/RTSwiftCoreDataStack/blob/master/RTCoreDataStack/CoreDataRepresentable.swift) protocol to map custom enums and structs into Core Data supported types. That works rather well in the last year or so. I...