Mihai Ene
Mihai Ene
Hi, Could you please remove that mongodb and install mongodb version 0.9.9? `rm -r node_modules/jugglingdb-mongodb/node_modules/mongodb` `npm install [email protected]`
@1602 that is leftover code, `item` used to be defined like this: ``` var item = doRequire ? requireFile(file, doRequire) : fs.readFileSync(file).toString(); ```
This project is no longer being maintained..
Hello, thank you for the investigation. I will take a look at your notes and at ark survival, sounds like it behaves differently. Meanwhile, could you please fork and push...
@knightzac19 thank you, again :) I probably won't find the time to test / update until this weekend, but your work isn't in vain, it's really helpful. Unfortunately, the added...
Hello, What node version are you using? `node --version`
The functions return promises. If `status` is also a promised function, do this: ``` status: function () { return rcon.connect().then(() => { return rcon.command('status').then(result => { console.log('status check', result); });...
Try to call `status` like this: ``` js status().then(result => console.log('Got status', result)) ```
I added tests. I've developed and tested against the latest `csgo` binaries. You may run the tests yourself, but you need to set up an integration server (see readme). What...
I created a test application which resolves `asdqq.100.resolve.me` down to `asdqq.1.resolve.me`. I will restrict my logging to the beginning of the output (first 10 resolves), no point in showing all...