Mihovil Rister
Mihovil Rister
Build support for a `raw` function so users can run anyREDIS commands. See https://github.com/dial-once/node-cache-manager-redis/issues/53#issuecomment-323683713
Error: X-Amz-Content-Sha256 is not allowed With: Latest aws-sdk-js (doing client side uploads) I was running a containerized image for demo purposes and got 'X-Amz-Content-Sha256 is not allowed' on requests. Latest...
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue#trigger---poison-messages It Could serve a purpose as a retry strategy: "If all X attempts fail, the runtime adds a message to a queue named -poison. You can write a function...
Apply performance updates and publish a new minor version. @ky23 to detail performance updates in this issue.
It would be preferebale to have a good format of messages thatis supported and yet extensible ot fit everybody purpose. UMF proposition here. https://github.com/cjus/umf/blob/master/umf.md Note: this might be a breaking...
## Example code ``` js producer.produce('bli:bla', { msg: Date.now() }, {rpc:false, routingKey: 'my-routing-key'}) .then(function (rst) { console.log('we are done', rst) }) .catch(function(err){ console.log('err happened', err); }) ``` ## Resolves the...
Not a specific case just trying to use require('mongoat') and it hangs on node version > 6. Please check other versions also and maybe add the engines (supported node versions)...