Sean Keenan

Results 35 comments of Sean Keenan

Yup! [This link is the best - but it doesn't talk about the global import](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/webpack.html) [This is the original git issue](https://github.com/aws/aws-sdk-js/issues/603) [And this is the tutorial where I found the...

I don't have much to add here - but I encountered this issue, and was fortunate enough that I had control of all of the libraries in question, so I...

Unsure if this is of interest to you or anyone else here but I did [make a plugin](https://github.com/sean9keenan/serverless-go-build) that expands on serverless's native support that's now available. The plugin mostly...

Awesome - thanks for your work @yunspace!

Hey @pponce - what's the error that you're getting? and what type of model fan do you have? If people are seeing issues I do want to fix it 😅

Specifically - do you know if it's an issue in the homebridge-bigAssFans repo or the bigassfanAPI? Or what exact revert allowed you to fix it. From the logs it's not...

@pponce - first off, I'm sorry that I've been so MIA on this repo, the info and debugging you did is really great and useful. Regarding the line below: ```...

Awesome, thanks! Hmm, I see that lightExists: 'true' gets printed, but I don't see ``` this.log("Found a light for: " + this.homekitLightName); ``` get printed from [this line](https://github.com/pponce/homebridge-bigAssFans/blob/master/index.js#L254). You said...

Thanks for pinging me again @pponce, and thank you for both creating the fix and getting the Pull Request in 😄 I've gone ahead and merged your changes in and...

I'm glad it was fun and that you learned something! That library does look quite interesting. We might also need to do a bit more sleuthing to confirm that it...