Will Bryant
Will Bryant
Please rename and resubmit. (Foreign keys are just any value used to refer to another table.)
Yes, that's a known issue. Last time I looked (years ago) there was no parallelism support in SimpleCov, so it's great that they have something now. We could set those...
Yeah, not implemented yet unfortunately (https://github.com/willbryant/kitchen_sync/blob/main/SCHEMA.md#user-content-schema-things-currently-ignored).
That would be fine too, but it's not the approach taken for the existing Quote API. It seems File is only used for file resources, not for all file-like downloadables?...
I'm with @judahrand. I don't ready the quoted text above to mean that it was a *feature* to be using an expensive query by default, just that that was the...
In November, I mentioned: > there is a behavior change here; the current implementation isn't really finding the latest partition, it's finding the latest partition with rows in it. This...
I think the issue is here: ``` class Element { final Value distance; final Value duration; final String? elementStatus; ``` `distance` and `duration` both need to have type `Value?` as...
I can't reproduce that behavior, what versions of this gem & rails do you have? ``` $ be rake db:parallel:prepare $ be rails db:parallel:prepare $ be rake parallel:prepare rake aborted!...