Ollie James

Results 10 comments of Ollie James

We have a similar issue that appeared when we upgraded from `3.0.1.beta19` to `3.1.0`. Upon upgrading, the actions disappeared on views where: - no `main_panel` block is defined, and -...

I had the same issue and the above solution worked for me. For clarification, the issue was that I didn't have `test_unit` loaded during config. I use RSpec which is...

For me, this issue seems to have resolved itself upon upgrading to [Rails 7.2.2](https://github.com/rails/rails/releases/tag/v7.2.2). Perhaps [this issue](https://github.com/rails/rails/issues/53147) (now fixed in 7.2.2) is related?

Ok, turns out it's not resolved 🥲 it's still appearing for me in a full spec run, although seemingly less frequently than before - about 1 in 5 runs. I...

Hi @coatezy, did you get any further with this? I'd be happy to put some time in to get delegated types working

If you're reindexing an `ActiveRecord::Relation`, the `reindex` method supports a `scope:` parameter. I've used this technique to avoid unnecessary queries when partially reindexing a model. Here's a basic example. ###...

Hi @palkan, thanks for the review! Yeah, the verbosity was something that I wasn't happy with either. Your suggested API is a big improvement! I'll update this PR to reflect...

Hi @palkan, ready for you to take another look 🙌 I've adopted the API you described, as well as adding a `#fallback` method to the `WrapperComponent` - it was something...

Done 👌 happy to do further docs/changelog updates if needed