Antti Mattila

Results 6 comments of Antti Mattila

I'd like to help, what could I do? I'd like to see LABjs in NPM as I'm using it for version management. Should I just add it there or would...

Great, what should happen next to get things started? How can I help?

Hi, I don't as I'm not using it in any project, but support for that is welcome if someone is willing to implement and support it.

I guess this has to do with TypeScript? I haven't used it so I don't have one, but one would be welcome as a contribution.

Works when you use in package.json dependency: "promised-mongo": "git://github.com/tjyrkinen/promised-mongo.git#dist"

This might be related.. I'm initialising the DB on server start like this: ``` const initSql = readFileSync(dir + '/init_sqlite.sql', 'utf8') const res = await client.execute(initSql) ``` The init file...