Timbo White

Results 9 comments of Timbo White

Seems that removing `primaryKeys: ['id']` from the model definition fixes it.

Yeah you were probably having problems with the sqlite3 module, the version that botbouncer was using was very outdated. I've updated the dependencies, I was able to get it installed...

Thanks. It seems blockr.io doesn't exist anymore. It was being used to check for payments since it supported checking multiple addresses in batches with support for a specific # of...

@ston3o @w-biggs 3. ```chmod 444 matomo.js``` or ```chattr +i matomo.js``` The [Auto-Archiving cron](https://matomo.org/docs/setup-auto-archiving/) runs periodically (either from your browser or via crontab depending on your config) and regenerates matomo.js, wiping...

+1 still experiencing this with opencv 2.4.13 while calling `detectObject` on 13 images total async

OK so the best way to avoid this error and avoid having your nodejs process crash (sometimes silenty with no error!) is to completely avoid async calls to `detectObject`. Even...

Still an issue in [email protected] These warnings become excessive when creating large amounts of rows. It doesn't seem there is any way to disable sequelize's internal logger (which uses console.warn),...