Иван Вольнов

Results 6 issues of Иван Вольнов

e899581….js:30849 THREE.WebGLProgram: shader error: 0 gl.VALIDATE_STATUS false gl.getProgramInfoLog invalid shaders ERROR: 0:124: '=' : global variable initializers must be constant expressions

[.CommandBufferContext]RENDER WARNING: there is no texture bound to the unit 0

i set methid name as "i0" ```c++ class [[cheerp::jsexport]] Cat { public: int age; Cat(int age) : age(age) {} void i0() { console.log("RUN!!", age++); } }; ``` but "i0" is...

i run command `cordova plugin add cordova-plugin-crosswalk-webview` i get ``` After much discussion and analysis of the market, we have decided to discontinue support for Android 4.0 (ICS) in Crosswalk...

if i send to server recursive object (like `obj = {prop: obj}`), then Encoder will be crash by `Uncaught RangeError: Maximum call stack size exceeded` Solution: use buffer ``` javascript...

Windows 10 x64 Node 7.1.0 cmd: ``` C:\localhost\taxi>inspect app.js [8008:5652:1118/203724:ERROR:CONSOLE(1)] "Uncaught ReferenceError: DevToolsAPI is not defined", source: (1) [8008:5652:1118/203724:ERROR:CONSOLE(4461)] "Request Log.enable failed. {"code":-32601,"message":"'Log.enable' wasn't fou nd"}", source: chrome-devtools://devtools/bundled/inspector.js (4461) ```