Nick Stanish
Nick Stanish
Getting an incorrect expansion when custom media queries are combined ```css @custom-media --screen only screen; @custom-media --md-and-larger1 --screen and (width >= 570px); @custom-media --md-and-larger2 (--screen) and (width >= 570px); @custom-media...
Upgrading data_migrate to v11 is failing for me in CI ``` bin/rails aborted! 2024-09-04 15:23:07.620148 D [3748:59400] ActiveRecord::Base -- (3.8ms) CREATE TABLE "data_migrations" ("version" character varying NOT NULL PRIMARY KEY)...
## What does this PR do? There's a warning about `merge_state` being deprecated despite `merge_state` not being used. ## Related PRs and Issues - (Direct link to related PR or...
Closes https://github.com/bensheldon/good_job/issues/1065 Relates to https://github.com/bensheldon/good_job/pull/1645. Wondering if this should be paired with ordering by `scheduled_at` since both would be impacting new indexes My org uses latency-based queues and relies heavily...