David Virtser
David Virtser
In case that I set a watch on some key. What if etcd server is down or connection to server was lost? How does the code reconnect? In that case...
I have two migrations scripts. The first one adds a new column to table and with `allowNull: true`: ``` return queryInterface.addColumn( 'likes', 'apartment_id', { type: Sequelize.INTEGER, allowNull: true } );...
I have a MySQL database with table which has the following field: ``geolocation: DataTypes.GEOMETRY('POINT')`` While looking into that filed with simple MySQL client it has the following value: ``POINT(34.7787543 32.0708966)``...
Hi, It would be nice to get a warning/error message while running grunt build that I have embedded large image which generates base64 string which is over maxImageSize (32K). Thanks,...
Hi, The tool looks awesome and works on remotely hosted websites, but I get the following error all the time when trying to run it against localhost: ERROR: Error while...
Can the error message "No ticket was referenced in this pull request" be extracted into variable please? So we can override it with our own wording. Also, it will be...