Jeremy White

Results 12 issues of Jeremy White

For whatever reason, the initWithStyle method wasn't be called for me. This meant that the labels weren't being assigned any values. I'm assuming this happened because I'm using a NIB...

When I try to include this in an iOS 9 project, I get errors about bitcode support not being available on a certain ARM architecture. As a result, I have...

bug

This is necessary for the project to run without runtime exceptions for missing class definitions

Using the pom.xml file provided results in the following stacktrace at runtime: ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultValidator' defined in class path resource [org/springframework/boot/autoconfigure/validation/ValidationAutoConfiguration.class]: Invocation of init method...

Currently we have two open modes: - wait for all information `client.open(true)` - stream information as it comes in `client.open(false)` It would be great if we could have flags to...

Discovering individual LIFX bulbs is super quick (< 1 second) but it takes anywhere from 5 to 15 seconds for the groups to be populated.

As it is, I have a lot of questions, but here are a few that could be answered. 1. Does LFXClient need to be open for all commands or just...