C. Dylan Shearer
Results
10
issues of
C. Dylan Shearer
This is important when Jobber is controlled via JSON-RPC.
enhancement
Hi! [Here](https://github.com/Shopify/tapioca/blob/main/lib/tapioca/dsl/compilers/active_record_relations.rb#L937), the return type for `find_in_batches` is set as `T::Enumerator[T::Enumerator[A]]`, but I believe the actual return type is `T::Enumerator[T::Array[A]]`. This is implied in the [documentation](https://api.rubyonrails.org/classes/ActiveRecord/Batches.html#method-i-find_in_batches): > Yields each batch...
help-wanted