Fadhil Mandaga
Fadhil Mandaga
When output tests contains colored output log that may include escape character (0x1b) on test output report, the escape character is not treated well by `encoding/xml` package for CDATA section,...
Hi @schellingb thanks for awesome tinySoundFont (tsf). I am trying to enhance the tsf by implementing SF2 modulators, some of existing conversion such-as velocity to attenuation, some midi control to...
I got panic, and its hard to figuring out earlier: https://github.com/danielgtaylor/huma/blob/689a87da011dd155d23b8324968f9f786fef5796/huma.go#L1567 IMO, it should return validation error if the file field mistakenly send as a string value, not panic
Just sugestion to help developers to update panic error message, to add also `form`. https://github.com/danielgtaylor/huma/blob/689a87da011dd155d23b8324968f9f786fef5796/huma.go#L160 Thanks