Scott MacDonald

Results 8 comments of Scott MacDonald

I appear to be having the same issue on version `@nivo/[email protected]` Thank you for the great library, I have been enjoying using it.

Ok, good to know thank you. What would it take to do this for the AC case? I am interested in helping but would need some guidance. Any interest in...

Regarding decomposing the LMP into components: As you know all centrally coordinated electricity markets in the United States employ locational pricing to price electric energy. They define the LMP at...

That is understandable. Are you open to collaborators? I am interested in helping

Thanks a lot, I appreciate the offer. I spent some more time reading today and found this paper: https://www.ferc.gov/legal/staff-reports/2017/marginallosscalculations.pdf which seems to be what I am after.

I hit this today too, I think it is because not server from secure origin. https://developer.mozilla.org/en-US/docs/Web/API/Clipboard

No I mean `HttpBridge` as defined here: https://github.com/ikalchev/HAP-python/blob/dev/accessories/Http.py#L79 What I want to do is `POST` data and update the Accessory state. I thought that was the purpose of the `Http.py`...

I tried blank and also `0.0.0.0`. I guess what you suggest would work but I would rather not resort to passing around global variables. The other problem with that approach...