Mike Hearn

Results 155 comments of Mike Hearn

It would be fantastic if you could make a desktop version of this!

I followed the instructions here: https://stackoverflow.com/a/67274521 and it gets further, but dies later (with a non python related error though, so it probably worked OK to fix this issue).

I was able to build Electron with master and latest build tools after using the workaround from StackOverflow to install a python2.

I tried it with the latest GraalVM and it does work. However, you can get this unhelpful error from Gradle (it just means nodejvm returned an error) in these circumstances:...

Can you try running `npm install` in the dat_sample directory?

Hmm. The way Gradle hides error messages is really getting in the way here, that's frustrating. Can you try running `gradle dat-sample:run --info` and pasting the output and any errors...

Well, NodeJS/GraalJS supports the JavaScript workers API, that's how the event loop dispatch is implemented internally. So I think the answer is yes. However, I'm not actually a JS dev...

Yes, that sounds about right. For (1) the purpose of that check is to provide expected re-entrancy semantics. If that wasn't the case then entering a NodeJS block from the...

May I ask a possibly stupid question - has anyone profiled PicoCLI startup time to determine that reflection actually is the problem? I'm a bit disturbed by the comment above...

> Also the code quality is PoC-level because I was only trying to see if model creation time would improve using the API (in our case PicoCli setup is 3/4...