Dean Karn

Results 186 comments of Dean Karn

💡 I like the idea @ansel1 I’ll have to think about how to implement as this library sets the data from the structs perspective and not the incoming data, but...

Hey @aight8 this was done on purpose so that the user had full control over the decoding process, I can see how it would be convenient for deeper nested structures...

@badoux could you provide a more complete example? I'm not 100% clear on the issue you are describing.

Hey @badoux As @gunawanwijaya eluded to if the key exists with no value, the value IS blank. There is no way to differentiate using URL.Values But for an int, if...

@tshubham7 I'm not 100% clear on your use case. It looks like you incoming data is in JSON format.

Hey @powerman, first off love the enthusiasm! I do have a lot of questions and recommendations, but am super busy so will do a quick brain dump now and try...

Thanks for clarifying the validation, it's less data validation and more attack and threat detection. I definitely want to integrate some if not all of these ideas, I just have...

This was one that I struggled with a bit and was done on purpose see: https://github.com/go-playground/form/issues/19 https://github.com/go-playground/form/releases/tag/v3.0.0 in hindsight perhaps I should have made it a configurable option...that can still...

I agree, for the most part, The trouble ATM is this library does not do a lookahead to know if there is another field with the same name to know...