-
A command line tool for upgrading, starting new projects, publishing, connecting to the CocosPlayer, knowing installed version is needed.
eg:
```
$ cocos2d version
cocos2d-js v0.1
$ cocos2d version…
-
https://github.com/eslint/eslint-scope
I'm thinking about using eslint-scope in one of my projects, but I need a visualization of its output to be sure that's what I'm looking for.
Can someone h…
-
#### Investigative information
Timestamp: 08-03-2019 17:30Z
Function App version (1.0 or 2.0): 2.0.12332.0
Function App name: rixwscrape
Function name(s) (as appropriate): enqueue
Invocation ID…
-
Uncaught Exception:
TypeError: listener must be a function
at process.once (events.js:251:11)
at Object. (C:\GitHub\Electron\electron-v0.35.4-win32-ia32\resources\atom.asar\browser\api\lib\web…
-
`jco` currently maintains [custom wrappers](https://github.com/bytecodealliance/jco/blob/main/crates/wasm-tools-component/wit/wasm-tools.wit) around various `wasm-tools` tools. This is used to expose …
-
**Describe the bug**
Cannot lookup [destinations created from mapped service bindings](https://sap.github.io/cloud-sdk/docs/js/features/connectivity/destinations#service-binding-environment-va…
-
Steps to reproduce:
compile and install SWIG
run make check-examples
go to Examples/javascript/class
open runme.js and replace the top line with
var example = require("./build/Release/example");
Run t…
-
Getting the following when used in a TypeScript project:
```
Try `npm i --save-dev @types/android-emulator-webrtc` if it exists or add a new declaration (.d.ts) file containing `declare module 'and…
muvaf updated
5 months ago
-
I need to pass a vector as a parameter to an EM_ASYNC_JS function, like so:
```
EM_ASYNC_JS(void, test, (std::vector vec, int vecSize), {
for(let i of vec) { console.log(vec.get(i)); }
});
…
-
```
Seems that OnLoadEnd is not the same as DOMContentLoaded, when testing loading
of big image it behaves more like window.onload. We need a built-in event when
DOM is ready. We should inject javas…