issues
search
gorilla
/
schema
Package gorilla/schema fills a struct with form values.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
1.39k
stars
231
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support default values for custom types by performing the default scan before decoding
#226
markbradley27
opened
17 hours ago
0
[FEATURE] default values for custom types
#225
markbradley27
opened
4 days ago
2
[FEATURE] Support for omitzero similar to encoding/json from golang 1.24
#224
david-its
opened
2 weeks ago
0
[BUG] omitempty in decoder using ignoreunknowkeys option not working
#223
ehrktia
opened
1 month ago
0
[BUG] User specified value 0 is ignored when default is not zero
#222
klajok
closed
1 month ago
2
Fix decode `encoding.TextUnmarshaler` slice
#221
bozaro
opened
1 month ago
1
Question May I open an PR to refactor or organize the test code in decoder_test.go?
#220
lll-lll-lll-lll
closed
2 months ago
1
schema: add encoder.SetOmitEmptyDefault() method to properly encode ptrs
#219
david-its
opened
2 months ago
3
feat: add encoder.EncodeValues which will keep order of struct's fields
#218
stormyyd
opened
2 months ago
0
[BUG] nil pointer values are encoded as "null" and not decodable
#217
david-its
closed
2 months ago
1
[FEATURE] Use omitempty by default
#216
david-its
opened
2 months ago
4
[BUG] Slice encoding drops empty values rather than encoding them as `nil` or default
#215
tombuente
opened
7 months ago
3
[Question] Form encoding/decoding ignores slice of struct
#214
tommysalt
opened
7 months ago
4
[BUG] panic in 1.3.0
#213
davidnewhall
closed
5 months ago
6
feat: if a different type in slice, raise error
#212
lll-lll-lll-lll
closed
6 months ago
2
fixed panic: reflect: indirection through nil pointer to embedded struct
#211
morus12
closed
5 months ago
15
[Question] Is ignoring mismatched slice element types intended behavior?
#210
lll-lll-lll-lll
closed
6 months ago
3
update readme: add informations about the default tag option usage
#209
zak905
closed
8 months ago
3
[FEATURE] Documentation
#208
bconn98
closed
5 months ago
4
Remove log.Fatal() usage in encoder.go
#207
h2570su
closed
10 months ago
3
Update LICENSE
#206
coreydaley
closed
9 months ago
2
update GitHub workflows
#205
coreydaley
closed
1 year ago
1
[BUG] Nested struct with required field is not failing on decode
#204
gaaral
opened
1 year ago
1
[bug] need to skip unexported field
#203
limpo1989
opened
1 year ago
2
[BUG] v1.2.0 Cannot decode into slice of strings
#202
andrewpillar
closed
1 year ago
2
Update issues.yml
#201
coreydaley
closed
1 year ago
1
[GPT-98] Update go version & add verification/testing tools
#200
apoorvajagtap
closed
1 year ago
1
chore: use copy instead of a loop
#199
testwill
closed
1 year ago
0
Delete .circleci directory
#198
coreydaley
closed
1 year ago
0
Update README.md
#197
coreydaley
closed
1 year ago
0
[question] Why can't Encoder check and call fmt.Stringer.String() on element automatically?
#196
howellzhu
opened
1 year ago
1
[bug] schema: converter not found for Page, when the struct name is same with field name.
#195
donnol
closed
5 months ago
6
Encode: fix panic with unsupported Kind pointer
#194
ledmonster
closed
2 years ago
1
feat: allow configuring `NewDecoder` via callbacks
#193
lithammer
opened
2 years ago
19
fix misspell
#192
YuyaAbo
closed
1 year ago
1
[question] Error converting into []byte or []uint8
#191
nikbanerjee-unity
opened
2 years ago
2
Not checking for nil might lead to nil pointer dereference
#190
rzajac
closed
5 months ago
4
enable to decode with case sensitive tags
#189
ya5u
closed
2 years ago
1
[bug] Unstable decoding of different keys that are case-folded to the same value
#188
yurykabanov
closed
2 years ago
1
⚠️ The Gorilla Toolkit is Looking for a New Maintainer
#187
elithrar
closed
1 year ago
10
add option to prevent encoding of unmatched tags
#186
fufuceng
closed
2 years ago
0
[question] "+" symbol
#185
Eleron8
closed
8 months ago
6
[feature] Use json struct tags if wanted
#184
RealHarshThakur
closed
2 years ago
2
Add default tag
#183
zak905
closed
9 months ago
16
[feature] default values for scheme struct fields
#182
zak905
closed
8 months ago
13
[feature] New release/tag
#181
cristaloleg
closed
2 years ago
1
Fix decode `encoding.TextUnmarshaler` slice
#180
bozaro
closed
2 years ago
4
fix unexported fields
#179
tonybase
closed
3 years ago
1
use full match instead of strings.HasPrefix
#178
tuhao1020
closed
2 years ago
9
[question] Unable to decode slice of structs
#177
ankorGH
closed
2 years ago
1
Next