Andrew

Results 882 issues of Andrew

Please properly handle hostnames in the address, such as "localhost:8125". Right now, the statsd lib silently fails to push when configured this way.

Is the resulting object from `statsd.New()` thread-safe? What about `Clone()`s?

The current default statsd emission address is `":8125"`. Is the implied host `localhost`, or perhaps `0.0.0.0` (all NICs)?

rustc is installed in /root/.cargo/bin, however the docker user cannot access these paths without sudo. Could the installation scripts be modified to install rustc in a path accessible for the...

The Dockerfile should probably include: ```docker ENV PATH /root/.cargo/bin:$PATH ``` So that `rustc` and `cargo` are available on $PATH out of the box!

Could we get a [gemspec](https://github.com/mcandre/specs/blob/master/specs.gemspec) specifying a `rake-compiler` dependency? This would help mysql-gem contributors install the right packages.

feature

Specs: Clojure 1.2.0 and 1.3.0 (tried 'em both, and MacPorts Clojure and Homebrew Clojure) Mac OS X 10.6.6 MacBook Pro 5,1 ``` $ cat hello.clj #!/usr/bin/env clj (ns hello (:gen-class))...

Your tutorial "Setting Up Clojure for Mac OS X Leopard" is very helpful. You might want to update the clj shell script for Clojure 1.3.0. ``` $ clj WARNING: clojure.lang.Repl...

Specs: - Gist-it 0.1.4 - Android 4.1.1 Jelly Bean (FrostyJB) - Samsung Galaxy SIII SGH-T999

This would allow more users to benefit from chruby! * POSIX sh users * ksh users * dash users * ash users * posh users * yash users * oil...

feature
idea