Justin Marsh

Results 23 comments of Justin Marsh

Would it be possible to update the readme with instructions on how to create a trigger to index associated records?

Did you ever find a solution to this issue? I'm currently working on a project where I would like to obtain all the video_id's from a list of channels.

The documents also reference adding ```ActiveRecord_Relation.include Pagy::Meilisearch``` to Model

@mzedeler Could you explain how this integrates into a system test? Are we supposed to add this to the tests that make a selenium request?

I'm also getting this issue.

I also very interested to have rspec tests. This would be a great improvement.

I just ran into this issue on android after the android simulator worked and iOS fully works. sourcing my react native track player package from this repo fixed the issue....

**Steps to Reproduce** ruby version: ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin23] bundler version: Bundler version 2.5.4 **Gemfile** ```ruby # frozen_string_literal: true source "https://rubygems.org" gem "sqlite-ulid" ``` **Gemfile.lock** ```ruby GEM remote:...