-
import OSS from "ali-oss";
ali-oss包内报错位置:
version = context.require('ringo/engine').version.join('.');
name = 'RingoJS';
![image](https://user-images.githubusercontent.com/37439847/23661…
-
Hallo,
when I run this module with ringojs 0.7, I get this Exception:
0 [main] INFO ringo.webapp.daemon - init
Wrapped java.io.IOException: Resource "core/string" not found or not readable (rin…
-
thanks for fixing #3
would you consider doing a copy (instead of symlink) on windows? i can provide a patch. basically what ringo-admin does:
https://github.com/ringo/ringojs/blob/master/tools/admi…
-
` [exec] Fetched in submodule path 'externals/ringojs-fork', but it did not contain 298e62daa64923b7bc1e4a085233529f907ba7bf. Direct fetching of that commit failed.`
I get this error message whe…
-
I deployed RINGOPRESS using CLOUD-IDE.com
However facing below issues
Need POM.xml file for Google App deployment
Need the correct file structure of ringoJS to work
Need to know what is where in s…
ghost updated
12 years ago
-
E.g., the usual suspects: `like`, `limit`/`offset`, `orderBy` & co.
-
When using ringojs and deploying the war to servlet container like tomcat, the following error appears:
JavaException: java.io.FileNotFoundException: /Applications/springsource/sts-3.1.0.RELEASE/STS.…
-
is there a way i could use `runScript()` and pass absolute file path so i could run script in internal or external storage? i know it is not safe for the app, but is there a way?
-
Jetty 9.x will be End of Community Support and more or less EOL starting this June. We should ship RingoJS 4.0.0 before this date. See: https://github.com/eclipse/jetty.project/issues/7958
botic updated
2 years ago
-
The new pattern for stick-based applications is
```
const app = module.exports = new Application()
```
instead of
```
const app = exports.app = new Application()
```
botic updated
8 years ago