-
I call to my_js_app/index.js using NodeScript following the code:
```
NodeScript script = env.createScript("index.js", new File("../../../my_js_app/index.js"), new String[]{"foo", "bar"});
script…
-
do you know why the following test script fails with
missing : after property id
at module.js:439
at module.js:474
at module.js:356
at module.js:312
at module.js:497
at startu…
ghost updated
9 years ago
-
I was considering porting trireme to GraalVM which is mostly ES2019 compliant (i.e. scrapping Rhino), but trireme is supporting such an old version of Node that it's not worth the effort. Would Apigee…
-
Hi, AccelSeeker passes are required to use Trireme. AccelSeeker says it uses LLVM8 but Trireme says LLVM9. Is there an incompatability, or can 9 be used for both?
-
#### Actual behavior
Upon deploying Trireme-lib, it seems that existing connections sometimes fail
#### Expected behavior
They should be allowed to continue, or be closed depending on A policy
…
-
#### Actual behavior
*Description of the actual behavior.*
Deployed Trireme using the "Getting Started" guide in: https://github.com/aporeto-inc/trireme-kubernetes and seeing a ton of errors"
```…
-
I have a JS program which I want to run through Java for extending it. But, I am getting the following error with scripts referencing JSDOM, but other scripts without JSDOM run fine.
```
Exception…
-
Hi
How to debug javascript source in trireme, including internal js module and normal javascript?
-
https://github.com/LoneGazebo/Community-Patch-DLL/blob/220cace5d4556b4c968a909a4296a612e0b29b48/CvGameCoreDLL_Expansion2/CvUnit.cpp#L16338-L16353
Everything about this section references adjacent f…
-
It would be interesting to have rending with Nashorn. I found another project which uses it here - https://github.com/ssorallen/react-play