Vlad Papko
Vlad Papko
I noticed that `TrueTimeClient.sharedInstance.referenceTime?.now()` returns date with millisecond precision while system call `Date()` returns date with microsecond precision. This behavior can be verified in following way: ``` print(TrueTimeClient.sharedInstance.referenceTime!.now().timeIntervalSince1970) // Prints...
I tried to rename class. As result I got such screen (see screenshot). When I click preview system error is displayed: ``` Exception communicating with daemon: NSDistantObject (0x7fd9d9825dc0) is invalid...
I am using docker-compose to run couchbase server and sync gateway. I am following instructions as described in [README.md](https://github.com/couchbase/docker/blob/master/compose/couchbase-server-sync-gateway/README.md). Couchbase is running fine. I was able to start and configure...
I tried to use this tool. It works as expected except one thing: Colors are not updated in storyboard after changing values in ".clr" file. **Steps to reproduce:** 1. Install...
It would be cool to have option to choose language for UIColor category: `--objc` - will generate Objc category to UIColor class. `--swift` - will generate Swift extension to UIColor...