Nathan Ridley

Results 58 comments of Nathan Ridley

I'm happy to include those - I don't use flow myself though, so a PR would be welcome :)

Thanks for the link David, I'll definitely file that away for future upgrades!

Agree with both of you. I only suggested the tuple as I was trying to think of ways to prevent breakage, but if breakage is ok, then certainly the signature...

Hi @milankinen, I don't think @TylorS would mind me mentioning that [I'm working on a project that addresses your concerns](https://github.com/frptools/salix#salix). I'm working on it full time, and progress is good....

Ah, didn't know about that, thanks! Still, the most important suggestion was removing unused imports.

Thanks for the update! Now I can move over from Jint :)

In the wiki article, the methods are static, so there is no inherited RaiseUserError method that is available to call. There are variations on this in the `Env` property of...

I apologise if you simply meant `RaiseUserError` where `User` is meant to be replaced by the appropriate method depending on the error type. It would be handy to get an...

One more thing - if you can help me properly understand the correct way to throw errors, even when exposing a CLR method as a JavaScript global function (hence it...

What about the `RaiseError(prototype, message)` method? Is that not designed for external use? I ask because when used, the thrown exception doesn't include the specified message as part of the...