zzak

Results 331 comments of zzak

Thanks for investigating. I tried to create a repro script, but the test passes. If you are able to alter the script to fail (only using rails) please feel free....

What happens if you have both `preprocessed` and `immediate` options? I think @p8's suggestion is reasonable, but I imagine this adds a bit more complexity than we're willing to take...

If you are able to reproduce it, could you try bisecting the good commit from main? We might be able to backport it.

I'm not sure if this helps but removing the `comment.update!(hidden: true)` the tests pass. ```ruby # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" gem "rails", "~> 8.0.2" gem "sqlite3"...

@PatrickTulskie Thanks for your reply! The goal would be to deprecate the adapter in Rails and remove it in the next release, given the upstream (resque in this case) is...

@PatrickTulskie Thanks for the review and your patience, I made some time to update the file path, fix a circular require warning, and get the build :green_circle: Happy to squash...

I wonder if the API should more like the middleware stack in AD: https://github.com/rails/rails/blob/main/actionpack/lib/action_dispatch/middleware/stack.rb Things like `index_of` vs. `assert_index` which returns the index in the error message, `insert_at` vs. `insert`...