Daniel Austin
Daniel Austin
I work with @nelson-zapenergy at Zap Energy, Inc. Send via email then? I'll see what I can do.
Well, the apparent circular relationship is that \B_N05_000 -> \B_N05_000:TDI_EXPR -> ProbeRCCorrection(\B_N05_000). The python function itself does not contain any circular relationship because the data of \B_N05_000 are not used...
Following up on this, Conditional appears to not be supported in the python module. In the code, it looks like there is a 'type' keyword for the Dispatch object that...
Hmm you should be able to pull request a single commit. conklech/bindings-cef3@73102a5e3f6fdb3dab3dd0ecd51c285df0bed279. I'll check that out later today to make sure that your updates still work on my Linux box....
No worries :). I'm glad someone is looking at the windows case. I originally envisioned using it for development on linux and deployment on windows. I myself haven't done much...
@garyb, we had some discussion of these approaches recently at purescript/purescript-foreign#20. The main change to `purescript-foreign-options` since then is the addition of the `Opaque` constructor to protect parts of the...
OK, that's reasonable. If you try out something of your own, could you write a note in this PR about it? I'd enjoy taking a peek at any new approaches....
Would you consider taking the changes to `thunk` only? They are unrelated to the use of the options library, and they are more consistent with how vdom actually works internally....
I kind of do not think we need any special event handlers in the `virtual-dom` library. Handlers can be added using `on*` attributes or hooks. What those handlers do and...
As of October 2019 (now), is your description of the work yet to be done still accurate? Presuming so due to lack of commits since this thread started.