Chao Wang

Results 43 comments of Chao Wang

or you can take a look at hit9.org/petal :)

```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)...