Yongwang Dou
Yongwang Dou
I just run the example: http_hellosvr.lua. After the browser get a "Hello" string, the server is broken. ``` $ lua http_hellosvr.lua HTTP server listening to http://0.0.0.0:8080/. Hit CTRL+C to exit....
The wasm file in the demo is located at `demo\addons\godot-sqlite\bin\javascript\libgdsqlite.wasm`, 3536KB in size. The `sqlite3.wasm` file used [here](https://sqlite.org/wasm/doc/tip/demo-123.html) only has 779.89 KB. ([the wasm file](https://sqlite.org/wasm/doc/tip/jswasm/sqlite3.wasm)) The wrapper size = 3536KB...
Hi, food can not be created. The userIdString is not defined in function launchCreateFoodModal(). ```javascript $("#editFoodOwnerId").val(userIdString); ``` I searched 'userIdString' throughout the project, only the above code line contains that...
Hi, Thank you for this great repo. I cloned the app on a Ubuntu server in a Virtualbox. npm install failed. The Nodejs version is latest -- 4.2.4. Which nodejs...
The gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1). It seems there are three errors. The first one can be fixed easily. The others a little tricky. See below please. ``` me@iZ2510xo32iZ:~/labs/underscore.hpp/examples$ make...