Dmytro Melnychuk
Dmytro Melnychuk
@kubukoz Yes, sure. I've just pushed it here https://github.com/disneystreaming/smithy4s/pull/1509
I fully agree that this will improve the usage of smithy
We need this feature in our project to avoid duplicating default values in the code base having a smithy with default values
For example, we have content with a default maxSongs value defined for a page. This value is also included as a parameter in our domain events, and the UI app...