Vitaly Aminev

Results 17 issues of Vitaly Aminev

Please check the screenshots, looks like just a glitch with the names

help wanted

#135 this is intended to solve memory leaks that are present in the module. Recursive cleans for default settings take around 150ms on the hardware I'm running, which is obviously...

Based on https://github.com/petkaantonov/bluebird/wiki/Optimization-killers#what-is-safe-arguments-usage. Can be further optimized by inlining function call that transforms arguments to args

BREAKING CHANGE: addFile is now an async function that returns a promise, thus it is a breaking change. This could not have been avoided due to changes in source-map module...

Hey, I've been playing around with RPC modes & priority queues and noticed that there is a bug: https://github.com/dropbox/amqp-coffee/blob/master/src/lib/Connection.coffee#L438 Specifically if value of the field is 0 > if args[field.name]...

https://www.rabbitmq.com/connection-blocked.html Not as useful as #52, but could be used to pause publisher or handle this scenario somehow

Love the module fs.createWriteStream, but it doesn't perform any sophisticated fs error handling, data buffering for more efficient writes, etc. In case there is nothing better than the naive approach...

Use pattern-matching based on the discovered services to automatically select appropriate transport & authentication

- [ ] getting started guide - [ ] scaffolding own microservice - [ ] docker basics - [ ] running microservice in production - [ ] etc...