Vladimir Kovac

Results 5 issues of Vladimir Kovac

It complains that i need a team member id in the header and I don't see a way to inject that into the client right now.

Suggested change: I only wanted this for graphql, but i added to either use case, I can change it to be more limited if you want. From the graphql spec,...

The docs here use the worst example where the association happens to match the factory: https://github.com/thoughtbot/factory_bot/blob/main/GETTING_STARTED.md#overriding-attributes ``` factory :post do # ... author_last_name { "Writely" } author { association :author,...

This has been working fine for jobs where they run kinda slow, the threads all get populated with a job (10 processes, 25 threads each). But I queued up 700k...

Follow up to this pr: https://github.com/exAspArk/batch-loader/pull/89 Added a `lazy_eval` method to chain methods together. I called it `lazy_eval` instead of `lazy` to avoid breaking changes. Follows Enumerator::Lazy with `eager` and...