edwardttril

Results 16 issues of edwardttril

docker build -t go-oauth2-server:latest . Sending build context to Docker daemon 9.801 MB Step 1/11 : FROM golang ---> ef15416724f6 Step 2/11 : MAINTAINER Richard Knop ---> Running in deafd9a40cfd...

go version go version go1.7.4 darwin/amd64 go build -a ./... github.com/coreos/etcd/pkg/transport ../../coreos/etcd/pkg/transport/listener_tls.go:151: undefined: net.DefaultResolver in net.DefaultResolver.LookupHost

Documentation states, that it's possible to use module and function placeholder in log formatter config: https://github.com/basho/lager/blob/3.1.0/README.md#custom-formatting The placeholders pid, file, line, module, function, and node will always exist if the...

Some logs are showing server startup error out complaining address in use from lingering server process e.g. address *\* (EXIT from #PID) :eaddrinuse Examples of failed build runs: https://travis-ci.org/pinterest/riffed/builds/100428104 https://travis-ci.org/pinterest/riffed/builds/100394694...

http://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html It is going to be very useful to have finer control of tasks. It does not a lot of samples or blog out there talking about this.

feature-request

When people (or mistake in the script) forget to put value for env, it will output the same value as if "prod" has been put in. It looks like it...

question

For every subscribe call it is calling application:gen_all_env..., though I suspect subscribe call is not that frequent. Would moving get_all_env to init phase and store in state be better? How...

enhancement

Is there any documentation of showing that the results are integrated with code coverage? For example, would like to see that the tests will add to coder coverage with unit...

Try to define configs outside of sys.config. The defaults seems to pass but predefined does not except empty. Following is the sys.config; and error trace. A dump of the ets...

Hi just make Habanero as Otp Release so that user does not need to install erlang VM just to run the tool - The release has Erlang VM and the...