Lar Van Der Jagt

Results 5 comments of Lar Van Der Jagt

This is exactly my use case as well. Have an existing GraphQL schema from a Hasura instance that I want to use to generate faked seed data to feed into...

This helped me, thank you @pierreferry! It's also possible to bypass this bug by specifying an `order` yourself, like so: `SeedDump.dump(SomeThing.order(id: :asc))`.

Yea, it looks to me like the release that was meant to include it was here: https://github.com/open-telemetry/opentelemetry-ruby/pull/1082#issuecomment-1009256714 Confirmed using v1.0.2 of SDK as well.

@arielvalentin just did a scan of recent releases and it seems active_record hasn't had one cut with this fix yet. Anything we can do to help that along? Thank you!

In case it's helpful, I've been using `rtx`, now renamed to `mise`, a rust replacement for/wrapper around the `asdf` ecosystem on top of nixpacks to add additional tools not supported...