Tim Fischer

Results 17 comments of Tim Fischer

Also interested in the health of this project. One of the products I develop relies heavily on SwiftyJSON, passing around the `JSON` object as a native object in many cases....

@gongzhang yes I commented in that thread too. It sounds like we need to prioritize getting off of this library, which is too bad because it meets our needs just...

We are just finishing up a big project to remove SwiftyJSON from our projects. Good riddance.

Looked into this further. I'm just beginning to come up to speed on Homebridge plugin coding, but I believe the offending code is in lib/types/Dimmer.js. The setters should not be...

Well I tried doing the changes myself, and I must be missing something subtle with how this all works because changing the setter callback from something like `callback(null, value)` to...

Yeah, I was wondering if maybe the state wasn't getting updated properly without explicitly passing it into the callback, and therefore HK retried the command or some such? I'm still...

Played with this a bit more tonight. The following is an example of what's logged in debug mode during 'flaky' behavior: > > Fri, 26 Feb 2021 05:19:28 GMT VeraLink...

I just wasn't seeing the code that actually outputted that debug string, which made me feel like I was missing something. If you get a chance can you point me...

Got it. I'm not a node/Javascript/et all guy (I'm a Mac/iOS app developer, and have done Windows in the past) so I'm more than a bit out of my element....

Oh perfect! So it was just a versioning thing. I thought I was missing something bigger. Yeah, that was a pretty chatty log message :)