Rajan Agaskar
Rajan Agaskar
This would've saved me a few minutes of wondering why `chruby` was "command not found" after compiling it on my system. 😄 I mean, my fault for not fully reading...
bumping rubies/gems in a project and I pulled carrierwave 2.0.1 (with just 'carrierwave-postgresql' in my Gemfile). This seems to throw the following error: "NotImplementedError: Need to implement #cache! if you...
I notice you only support anonymous (ie nil current_user, which is what devise provides when there is no user logged in) users through overriding can_xx behaviors on the controller. Although...
I have a bit of code that is render-ing a template like so: `render file: Rails.root.join('public', 'webpack_assets', 'index.html'), layout: false` This was previously being tested (with Rails 5) with an...
**What happened**: After updating to grype `0.79.1` which now emits v1.6 spec cyclonedx-json (and cascading that spec change down through all our internal utils that deal with cyclonedx and needed...
**Describe the bug** The "Add Repo" form has a "Test Configuration" button that appears to return the error `guid is required` regardless of settings. However, this validation appears to be...