-
A lot of Node.js on Edge users use the https://github.com/apigee/apigee-access module. The problem with this is it **only** works in Trireme. While Shipyard is not interested in supporting unmodifie…
-
Would be great if dock, marketplace had a garrison prop point for the flag.
Bireme, Trireme lack oar prop points.
The dock and civ center have no special rubble on death.
-
I have coded a sample in node js (es5) and ran it using trireme.
when I try to run a javascript code based on es6 or above. it gives different errors.
**Question:**
what is the es version supporte…
-
Creating an issue to track misc balancing issues we want to keep an eye on or address:
## Issues
- [ ] Stalwarts don't feel good -- their shield buff doesn't defend against light / melee units eno…
-
Hello,
Thanks for the great repository.
I tried to install it on my Ubuntu machine but it seems that packages.json cannot find imagemin thus I install it manually using `npm install --save imagemin`…
-
Hi,
First off, apologies if this is not the appropriate forum to raise support requests. I was unable to find a better alternative to request help in using trireme.
I've been building a ReactJS JSX …
-
Hi,
I am trying to deploy Node.js app on APigee to be used for mocking and while testing post successful deployment I am getting illegal character at module error. Is there anything missing from my…
-
This script:
```
console.log(new Date('March 31, 2013 23:59:59.9999'))
```
executes on Node.js and emits the following:
```
Sun Mar 31 2013 23:59:59 GMT-0700 (PDT)
```
but on Trireme it fails to c…
-
Ran into the following error on `sbt run` as of commit : dad8d28dd69a42032c98884d64c63177c94050cb
```
Warning: node.js detection failed, sbt will use the Rhino based Trireme JavaScript engine inst…
-
We are Embedding trireme in a java web program.
When we user
var m1 = require('aa/bb/module1');
trireme find module script in local file system or native modules.
But our script is in jar file…