David Knoll
David Knoll
Adds Slack integration, posting a message whenever a subscription is added or removed, or checked and found to be expiring soon, expired or failed. Requires PHP's curl extension, but this...
So I needed to use this module, despite certain shortcomings, because it was the only one I found that supports passwords, and we're dealing with exporting personal information in our...
I started using this a while ago at work, and wondered if you would be interested in any of [this commit](https://github.com/futurefirst/mongodb-gcs-backup/commit/259e45364c1f75d601eddc7a985330de2bfe7beb). I haven't done a PR, because I made other...
In the function Bulk.prototype.query, is the line ```var m = soql.replace(/\([\s\S]+\)/g, '').match(/FROM\s+(\w+)/i);``` which is trying to find in a query string the main sobject type being queried. It first removes...