James Cook

Results 3 issues of James Cook

-------- ## Expected behavior This code should be valid: ```ruby class HomeController < ApplicationController def update if condition flash[:danger] = "msg" redirect_to root_path and return end if other_condition flash[:success] =...

I'm not sure which `buildctl` command triggered the panic. We are building a few different images in parallel. The general command format is: ``` buildctl build --progress=plain --frontend=dockerfile.v0 --local context="."...

### Problem The gem eagerly loads all API endpoint wrappers, which bloats the memory footprint when the gem is loaded. For our particular use-case, we only need a handful of...