Daniel Seither

Results 5 comments of Daniel Seither

I already learned a lot about Javet while reading through this thread, so thank you! Here's a very similar microbenchmark, introducing method calls into the mix: ```kotlin val jsSource =...

> Regarding call and invoke, please check out this [doc](https://www.caoccao.com/Javet/reference/v8_values/v8_function.html#call-vs-invoke). That's very helpful, thank you. > The empty object array with type V8ValueObject doesn't match the express function signature which...

Thank you! I can't test this unfortunately because I wasn't successful in setting up the build environment, but the change looks good to me.

I can confirm that Javet 1.1.7 fixes this issue. Thanks again!

The root cause for this seems to be that the `GET /api/bitrise-yml.json` endpoint of the local API server doesn't do a YAML to JSON conversion but parses the data into...