Сергей Галездинов
Сергей Галездинов
  The error does not appear on xcode 8.
Faced with trouble with one user that runs yosemite with NSAppKitVersionNumber == 1331.12, which is less than 1343 in code. I think you should better detect OSX version via NSFoundationVersionNumber:...
workaround for issue https://github.com/indragiek/INAppStoreWindow/issues/182
Updated to the last release and have noticed a terrible bug: if the window has autosave name set, the window's height grows in every launch! The height becomes wrong after...
dragging to another desktops fails if the titlebar contains subviews. If you create another desktop in mission control, and then try to drag the window + desktop switching (by Ctrl...
Using Reachability via Cocoapods in swift project. Sometimes catching a crash like this:  Cannot reproduce this crash, but I catch it on device only. Could it...
we can configure .travis.yml to build ipa to fabric.io for example, using developer credentials provided by users (via protected environment variables for example, or a config file) in their fork....
Running a GUILiteDemo on macOS Monterey and see a lot of flickering, see a screencast below https://user-images.githubusercontent.com/2203199/170736990-d0a73d4e-fa59-4ff4-a896-3ab073c05ef9.mp4 it's a bit slower at the time I was recording it, but after...
Imagine I have this code and comments: ``` swift public protocol OloloProto { /// Long function description \ /// Next line description /// - Parameter param: Some param func samplefunc(param:...