Kilian Schulte

Results 211 comments of Kilian Schulte

The easiest way right now is to use a hook that just removes these fields from the resulting map: ```dart class RemoveFieldsHook extends MappingHook { const RemoveFieldsHook(this.fields); final List fields;...

Note that it is on my radar to add more field specific behaviours but I don't have a lot of time right now to work on my packages so it...

This would need to be implemented for this package, its not something thats built into build_runner. I'm happy to review a PR, but I'm short on time right now to...

As mentioned in #41 this is likely to change in the future. Please add some context for your use-case so it is documented and I can keep this in mind...

Sounds like an issue with the postgres package. At least I don't have another idea right now so maybe just open a PR there to apply the fix with `List`

Thanks, i will investigate this.

I have to add to features for this: uuids as keys and default values. I think currently there isn't really a workaround except providing a uuid manually when inserting.

Hi. This seems like a bigger feature and I don't have a lot of time currently. But I'm happy to accept and review a PR if you want.

Please check if this issue still happens with version `0.14.0