Lars Ole Simonsen

Results 17 comments of Lars Ole Simonsen

This is still broken for me in 1.13.0 installed from homebrew. Is there an ETA for a build with a sufficiently new electron? From the above it sounds like the...

Thanks for the info. Yeah, that workaround doesn't work for menus which often are not created until their parent menu is expanded, so you have to do multiple `.FindXxxx()` invocations...

That was the first thing I tried - as indicated (somewhat obscurely) in the initial issue text. The code I pasted, when run as a command line app, will reproduce...

Was this resolved? I'm trying to learn F# using rider and I am stuck on a super basic app with two modules in separate files, one referencing the other. They...

Dude, thank you! It would have taken me a long time to arrive at that explanation. I was not expecting to maintain the .fsproj by hand :)

Not sure if this sort of thing is appropriate here, but I have spent a couple of days converting an angular2 project into vue+ts using this template and it's been...

Sounds promising - iterating through a number of scopes might work fine, if it's possible to get a list of them. Last we checked, we were unfortunately unable to upgrade...

Great! We'll have another go then. Closure variable access will make a nice improvement to our debugger.

> I recently rewrote how scoped variables work. If you have a reference to the current RuntimeScope you can just call `runtimeScope.GetValue(variableName)`. Unfortunately there can be many scope instances in...