Kris Dages
Kris Dages
Very good points about philosophy ... and using a value converter would be a good solution (though I'd probably not mutate the object in that converter). I guess part of...
> So to reiterate: an object is not translated to a string. Just pretend it's a CSSStyleDeclaration. You can easily test stuff in the browser console and whatever happens there,...
@fkleuver Is there a mechanism using DI or anything like that to wrap existing binding components by default, for example, if I wanted to append my value converter to all...
> it causes this problem: "can't access getCurrentWindow from null." Are you using a version of Electron without the remote module? I pushed a version that uses the `@electron/remote` module...
Thanks, @Timothee! I was at a loss as to why the demo app I made to try to repro the issue never produced the same behavior I was seeing in...
Does the async startup piece of this allow delaying app ready event until completion of some async init? Sorry if Im repeating a question or misunderstanding the description
I ran into this issue with Array.isArray... I'm sure there's another issue somewhere related to this specifically, but the current `arr is any[]` return type would benefit from a definition...
Sorry, I accidentally had put "bump major version" instead of "minor" in the second commit.