Erik Toth

Results 29 comments of Erik Toth

Hey, @terinjokes if there are any enhancements/bugs you find in kappa while sorting this out, please don't hesitate to file them. I'm really excited about docker-npmjs and we want to...

tl;dr :grimacing: Thanks, @cliffano! Yeah, internally we've been having some discussions about this for a while now. [`node-toobusy`](https://github.com/lloyd/node-toobusy) is a great module and apps would be well served to use...

Hey @cliffano I think we can keep this one around. The more I think about it the more I think we could provide an unintrusive opt-in config settings for `toobusy`-style...

Have a couple of thoughts on this but would like to hear more ideas. I can think of 2 implementations of which we could use one or both: ``` javascript...

I suppose it could even be: ``` javascript config.on('path:to:key', function (newValue, oldValue) { // ... }); ``` ... but that feels off for some reason.

Hey Louis, Thanks for asking. In this case, levee doesn't hold an opinion as to how granular each breaker behaves. In the example you can see the `get` is wrapped,...

Interesting idea. I'll let others comment, too, but I need a little while to think on this. Just so you know you _should_ also be able to do something like...

Yep, this is a long time coming but really is a form of DI. As I start contemplating I welcome any thoughts or ideas. EDIT: And yes, I'll start digging...

One thing that just occurred to me is that this will necessarily force a major version change (I was hoping it wouldn't). The current rule for `directory` mode is that...