Chao Wang
Chao Wang
Not yet.
thanks
or you can take a look at hit9.org/petal :)
Will this pr be merged?
```brew install coreutils``` gets me `gstdbuf` installed. And then CPU outputs ok.
You may wanna to checkout https://github.com/hit9/statsd-proxy ?
-_- https://github.com/hit9/statsd-proxy
Hi, this is a nice idea. Currently we are using the "decorator" way, not on the class methods but on the dispatcher class. ```python def do_something_around_call_context(cls): pass @do_something_around_call_context class Dispatcer(object)...