Andrew Lazarus

Results 55 comments of Andrew Lazarus
trafficstars

One issue so far: when ignoring whitespace, you can't stage the diff. To stage the diff, I need to un-ignore whitespace again.

I added a similar toggle for `--word-diff`, but the output is different, so it doesn't show any diff (presumable because the diffs don't have `+` or `-` in the first...

Basic N+1 detection: compare a redacted query with the previous redacted query. It would only detect N+1 where there are no other queries in between, but that might be enough...

@arekt Are you using sidekiq with forking?

What http server are you using (e.g. unicorn, puma, etc)? Does it fork?