Luke Scott

Results 89 comments of Luke Scott

I'll be working on it on my spare time. I am currently also using https://github.com/ninjasphere/go-openzwave. I like some of the abstractions, like the DeviceFactory. I have a hobby app I'm...

Hi @cybojanek. We're actually working on https://github.com/gozwave/gozw currently. We started from @bjyoungblood's implementation. Feel free to contribute and bring new ideas. There are a number of issues filed, and I'm...

Might be fixed by #28. Device probably isn't in the old database. Look for your device [here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list) and if it's listed it will probably show up when the PR is...

Agreed. There are some commonality, but I wouldn't change anything that would impact the performance. Do you know if there is a way with the existing functions to write a...

If I merge the changes into my own master, won't it be difficult to pull from upstream? Ideally my master branch's history should match upstream. Would it be better to...

For those that are interested, I have a working implementation. See https://github.com/lukescott/mysql/issues/5. Feedback appreciated!

I have a similar problem with https://github.com/aws/aws-sdk-ios They have one project file, but multiple build targets. It builds all the frameworks: ``` *** Building scheme "AWSDynamoDB" in AWSiOSSDKv2.xcodeproj *** Building...

For the AWS issue, how is the framework author supposed to address the issue? I only want S3, but Carthage builds evening and takes 30 minutes. Are they supposed to...

Sure, it would solve the problem, but it's actually much more complex because: - You have to list every scheme you don't want. - If a new scheme is added...

@loganfsmyth As far as my use-case is concerned, I agree that I could take a different approach. What I was trying to highlight was how fragile the definition of decorators...