Lazhar
Lazhar
One thing I am not a huge fan of is the need for omitempty to get a non-required field in a request body. ```go type CreateDocumentRequest struct { actor.Actor Body...
> @gregoryjjb @lazharichir @amsal please take a look at #351 and let me know what you think. Will check this tonight against my three repos that use Huma and would...
Made it work with a nasty hack but works great and good perf as well. Let me know if you still need this.
Hello @SylvainEstevez — just wondering if you settled on a path to doing this? Thank you!
Makes sense, the workaround looks great. Thank you for the help! On Wed, 29 Apr 2020, 08:47 Sylvain Estevez, wrote: > Hey @lazharichir , thanks for reaching > out. No...