Cliff Stanford (1954-2022)
Cliff Stanford (1954-2022)
@mikeal Do you dislike the principle behind this PR? If so I'll delete it.
@mikeal Please advise whether you want this PR, in which case I'll update it, or if you don't, in which case I'll simply close it. Thanks.
Closing this PR owing to a lack of interest.
> Can this topic be reopened? Would appreciate if proxies could be respected with bent I'm happy to bring this up to date. But only if @mikeal wants it.
I am seeing this too. I have only one routine talking to the controller and all calls are wrapped in a `.then()` followed by a `.catch()`. I use `await` inside...
The code is part of a private repository. I've posted the relevant module (the only one that calls milight) to a [gist](https://gist.github.com/CliffS/ce8ded8b447a04be8dd6f139bf7224b8). Is that sufficient? It's in coffeescript. Let me...
Hi @mwittig. Did you get any further with this? The issue seems to be that the pattern you are using in `milight-v6-mixin.js` on line 124 is not a patten that...
OK, I think I have fixed this by in my PR. https://github.com/mwittig/node-milight-promise/pull/67 At least it's now working for me.
@mwittig I think I have finally got to the bottom of this. My PR fails because of a race condition: it is possible for the `reject()` to hit before the...
No scenes deleted or otherwise changed. But I agree with your proposed solution. :)