Aniket Panse
Aniket Panse
I'm using sequelize to perform a simple raw query: ``` var queryStr = 'SELECT * FROM :tableName WHERE :deletionColumn > 0 LIMIT :limit;'; return self.connection.query(queryStr, { replacements: { tableName: self.name,...
The version 0.4 available on PyPi is old, and a load of bugs have been fixed in the latest GitHub version.
Is there a way to create tables without headers? Something like: ``` |---r-------r-----------r--------| | 0.0 | 1.4186 | -5.01 | | 2.0 | 1.376512 | 11.919 | | 4.0 |...
Fixes #234
`fs==2.x.x` has been released: https://github.com/PyFilesystem/pyfilesystem2 Should probably move to it, since it's better maintained.
use coveralls.io for this one
Currently, Beeswarm uses a static file to read and serve mails from. It might be possible to integrate with the SHIVA spam-pot and use that as a mail source.
I think we should mark this package as unmaintained/deprecated.
To get help on a particular command, we have to currently type: ``` transform-collection.js convert --help ``` It should be `transform-collection.js help convert`