Luke Scott
Luke Scott
As many of you are aware I have not been very active lately. The reason for this is I am involved with a major project for work that takes up...
If you hold your finger on one cell, then place a finger on the other the center of the two fingers is used (different issue). When you lift the first...
I currently use HAP-NodeJS and looking to migrate to this library. Comparing the two, HAP-NodeJS allows a get/set to by async, and returns an error with a 207 multi status...
Looking at the protocol it seems that it might be possible to capture a batch of updates destined for an Accessory. Currently all the HomeKit libraries just distribute the characteristic...
Carthage is no longer picking up the project because it isn't in the root. Moving it to the root fixes the problem.
**Is your feature request related to a problem? Please describe.** Camera is above the monitor. New messages appear at the bottom. When responding to new messages it would be better...
### Issue description When parseTime=true and scanning a MySQL `DATE` type into a Go `string`, `T00:00:00Z` is appended. It seems that no matter what the destination type is a date...
I found [a fork](https://github.com/dylanahsmith/go-mysql-binlog) that implements the [replication protocol](http://dev.mysql.com/doc/internals/en/replication-protocol.html). I'm not sure how complete it is. Unfortunately it works off a version of the MySQL driver that is at least...
With `flatMap` added with `flat` to reduce iterations and allocations, it would be nice to have an accompanying `filterMap` method as well. I often find filter and map used together....