Peter Solnica

Results 573 comments of Peter Solnica

@flash-gordon sorry that was a confusing mental shortcut. I meant that we need an abstract class that is used for building dedicated structs BUT have the default "User" as a...

For the record, this is happening because the underlying changeset command is configured using `result: :one` option

This can be easily fixed by using `Relation#__notifications__` instead

@gbrlcustodio you can register your notifications relation under a different name for the time being

@mrship I'll make sure this is fixed in rom 6.0.0. This is now in rom-rb/rom because it needs to be fixed here and then a follow-up adjustments must be made...

I'd say we should raise an error if an attribute has whitespaces and no sensible alias was provided. We can't use attribute names with whitespaces because Ruby doesn't allow setting...

+1 to ignoring refinements On Wed, May 27, 2015 at 11:28 PM Markus Schirp [email protected] wrote: > As I think refinements are an antifeature, and my OSS policy is to...

So, for that, we want to come up with an explicit key path syntax that points to arrays. It's partially implemented in some places in dry-schema but we really need...

Does it work when you do `.hash` instead of `.hash.schema`? Why do you do `.hash.schema` btw? I understand that it's possible but maybe it shouldn't be if it causes issues.