Chaoran Yang

Results 4 issues of Chaoran Yang

Add py_binary rule if there is console_scripts entry_point defined for the package.

I tried building the docker locally using `docker build -t sameersbn/gitlab github.com/sameersbn/docker-gitlab` But it ended with error: ``` #7 71.83 Compiling gitlab-shell golang executables... #7 71.88 /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:50:in `': undefined method...

This should reduce overhead when executing the code in serial.

enhancement

If I create a timer with timeout = 0, and calls uv_run() with UV_RUN_ONCE. It is invoked twice on the first call, which is unexpected to me. If I change...