Pat Allan
Pat Allan
Thanks for reporting this, and very sorry for the slow reply. I'm wondering if adding `workers: null` to your `config/thinking_sphinx.yml` file for the appropriate environments helps? I'm pretty sure it'll...
@shazam442 sorry it's been such a wait for me to look at this - and I realise now there's a little bit of overlap with the work in #12. Do...
`thinking_sphinx.yml` gets parsed as an ERB file, so you can add `` or similar in there :)
Hey folks - just trying out the new rubocop release in a (non-Rails) project, and finding this cop is reporting false positives. i.e. objects that respond to `count` but don't...
As per both my previous comment and @KieranP's, I've created a PR to disable this cop by default: https://github.com/rubocop/rubocop/pull/14349 Not a question of whether this cop is valuable - just...