Zakaria Amine

Results 65 comments of Zakaria Amine

I confirm, this is annoying, is there any way to fix this ?

Hello any updates about this ? not sure but maybe using `debug.Stack()` https://pkg.go.dev/runtime/debug#Stack could help extracting those info

A Jdbc example would be great.

Hello Gorilla Maintainers, @kisielk @elithrar @moraes @zeebo any chance getting this reviewed or at least getting a feedback ? I am already using this directly from my own fork, works...

Maybe worth keeping both functions: the original one with no parameters, and a new one called something like `NewDecoderWithOptions`. Concerning the options, why there is an array of functions ?...

Hi @rzajac, do you have an example that triggers a panic ? I think that if `f` is `nil` than `v` will be `nil` as well, and therefore the closure...

Here a fist attempt: https://github.com/zak905/schema/commit/66f64fe87c96b3d214096829e63dfbc1e4340e20 I made the following assumptions: * only primitive/basic types can have default values (and their pointers as well) * required fields having a default value...

I added some improvements. Now, the default values are set for nested structs (or pointer to struct) fields: https://github.com/zak905/schema/commit/36c9802c2068b86e8babaa00525900653590754c

PR submitted. Looking forward to hear the community's feedback