Daniel Jacob Archer

Results 20 comments of Daniel Jacob Archer

If we used this solution: https://github.com/codeclimate/test-reporter/issues/226#issuecomment-335218428, what other ENV variables can we send to the ruby test reporter to ensure things run smoothly? (and how do we format them)

Hey @joshwlewis, just following up here :) Any progress on making those variables available?

Hi Louis, thanks for the fast reply - this looks like we would need to specify this override for every AR model we have, which adds unnecessary complexity to our...

We've also tried this override: ``` # frozen_string_literal: true module ForestLiana # This overrides the count method in ForestLiana to reduce the overhead of # performing a Postgres COUNT. module...

This monkey patch works, but would love to see this properly considered within the gem. Have you rethought this @antek-drzewiecki?

> hi @dja - thanks for raising this PR. Is there code missing from the PR? All I see are some added Setting definitions, but the logic to make use...

> hi @dja - just checking if this PR is something you still want to proceed with? Thanks for checking Joe - I think it'd be better if someone else...

I believe an engineer from Fullstory has reached out to your team?

@czarneckid I would ideally pass it either an array of keys, or just the one key (as is), and it would do the same sorting (merging them all), and returning...

I would envision it to collect all of the items across each of the keys, sort (or not), merge the arrays, and then return back a subset of the items...