Will Jessop
Will Jessop
``` 2015/11/10 23:31:43 Wrong color syntax: f ```
Either cleanup leftover images automatically, or have a build_ruby subcommand to list and cleanup
This code now panics when it never used to, need to work out what changed between docker / boot2docker versions ``` if err := docker_client.StopContainer(container.ID, 1); err != nil {...
When running: ``` ./build_ruby -r 2.1.0 -i 37s~trusty -d ubuntu:14.04 ``` I get: ``` make[2]: Entering directory `/tmp/ruby-2.1.0/ext/readline' compiling readline.c readline.c: In function 'Init_readline': readline.c:1977:26: error: 'Function' undeclared (first use...
It's minimal, but it allows for pinning a redis version
So, I have some tests that need truncation because I am testing the whole Sidekiq stack and as a separate process Sidekiq needs to be able to see the records...
There's no changelog entry for version 1.5.0 (which we're currently on making it rather moot) but at some point we will want to upgrade to any new version (I'm upgrading...
## Issue 1, queries sent to the replica have missing conditions When I use `.on_slave` in my local dev environment (I have two databases set up locally, one replicating from...
I'm hitting this build error and I'm not sure how to get past it. Using Ruby 2.6.4. Any ideas? ``` $ gem install sassc Building native extensions. This could take...