Ezequiel Rivadeneira Lichardi
Results
4
issues of
Ezequiel Rivadeneira Lichardi
Clarify plugin section in karma config file.
Problem: bullet is detecting N+1 query in one object already in memory Example Code: ```ruby describe "Memory Error" do let(:object_a) { create(:object_a) } let(:object_b) { create(:object_b, object_a:) } let!(:object_c) {...
stale
Hi all, I'm facing an issue with octocov where it's not listing all PR files in the PR comment: I'm expecting to see my 5 modified files in the `app`...