Andrew Stevenson

Results 12 issues of Andrew Stevenson

We have some models with after_commit callbacks around ActiveStorage and some other external interactions that appear to be running after the data migration has completed. In the case of the...

Seeing black lines on the edge of non-square images when rotating them. Seeing this when rotating by multiples of 90 degrees using Image-processing via ActiveStorage::Variant against homebrew-installed `vips: stable 8.12.2...

Adds the ability to pass `crop: false` to `MiniMagick#resize_to_fill` per #74 Unfortunately, I could not figure out a way to make this to work the same on the vips side.

Would you be amenable to a pull request that adds a `crop: true` parameter to `MiniMagick#resize_to_fill` that would then skip the cropping step when set to false? We have a...

**Describe the bug** Rotating in 90º increments leaves a black line on one or more sides of non-square images **To Reproduce** Steps to reproduce the behavior: Using this image: [flip-me-for-real](https://user-images.githubusercontent.com/5025990/174635975-7e2a87a8-24d9-4cd9-874a-bedc82d9e525.jpg)...

bug

### Steps to reproduce * Modify an attribute in a before_update callback. * call save on an instance of a model with said callback ```ruby # frozen_string_literal: true require 'bundler/inline'...

activerecord
With reproduction steps

In the past when using `$rollout.activate` from the console there'd be a string response "OK" After updating to rollout 2.5.0 my team-mates and I noticed that the activate method is...

Apologies in advance if I missed something in the docs, but I didn't see anything about this in the readme or an existing bug: I would expect `db:reset` to run...

## Is your feature request related to a problem? Please describe. We were recently burned by a scenario where we were calling delete on some models and/or delete_all on some...

The similarity command leaves a line on the side of 90/180/270 rotations. This PR uses the rot command where possible. resolves #104