Kendall Arneaud
Kendall Arneaud
Ran into the following during a heroic installation deployment > [email protected] start /tmp/build_da509f8a08a3a5d48864163897dcb7f7 > enduro start > Warning: connect.session() MemoryStore is not > designed for a production environment, as it...
I have the following route in my app.js file ``` var local_app = function () {}, path = require('path') local_app.prototype.init = function (app) { app.get("/costumespage/popup/(|male|female)/\d/", function(req, res) { res.sendFile(path.resolve(__dirname +...
Can this project adapt easily to use with themes?
Would it be possible to have nested json protocols? e.g. ``` { "math": { "add": { "val1":"numeric" ..... }, "subtract": { ..... } }, "move":{ "forward": { ... }, "backward":{...
I find the principles behind the setup of the server is super easy. I was wondering though... If I wanted to run multiple games / rooms within one server. Is...
Seem to be getting an error near `player.pause(); function checkStart(player, sID, sound, sprite, callback){ player.currentTime = sprite.start; if (player.currentTime != sprite.start){ checkStart(player, sID, sound, sprite, callback); }else{ return playerPlay(player, sID,...
Is there any way to change the themes directory?
i note in your documentation most notably [here](http://eureca.io/doc/tutorial-003%20-%20Exporting%20and%20invoking.html) That you use ``` eurecaServer.export.echo = function(msg) { console.log(msg) } ``` in your code example however in other parts of your documentation...
is the package capable of running cljs in remote repl?
Can I dynamically append frames to make an infinite scroll?