Luke Scott

Results 89 comments of Luke Scott

This is a bit tricky. `handleScroll:` does the actual scrolling on a timer. You would probably have to disable `handleScroll:` and implement the paging in `handlePanGesture`. A bit tricky, but...

I've played with this a bit. My first attempt was to change the CADisplayLink's frameInterval to 60 (1 per second) and up the distance to a full page width. Not...

If anyone wants to implement this, please send a pull request.

Yep that seems to be all the details.

It's unfortunate travis doesn't have Windows support. Adding Appveyor wouldn't hurt. I suspect it has something to do with `\` vs `/`, although we use `path.sep`, so it's quite odd...

A TV remote control is one example. When iOS issues volume up or down I send a request. It doesn't have a state value. If a failure occurs I return...

Sorry it's been a couple years so my memory on this is a little foggy, and I haven't really touched my home stuff in that time. Still meaning to rewrite...

I was thinking about adding an "Accessory Updated" event callback around here: https://github.com/brutella/hc/blob/master/hap/controller/characteristic_controller.go#L93 This could either take `[]data.Characteristics` or an interface array of `characteristic.Characteristic[]` as an argument. This would allow...

Comment 14: I really need this. I have a struct that has static and dynamic fields. The dynamic fields (in a map) are chosen by the user and need to...

@tduva Is that within ChannelTextPane.java, or other classes that depend on it as well? Trying to figure out the scope.