An open API service for providing issue and pull request metadata for open source projects.

GitHub / go-playground/form issues and pull requests

#70 - retract breaking change

Pull Request - State: closed - Opened by deankarn 4 months ago - 1 comment

#69 - Revert "Fix panic when the decoding pointer type with custom decoding function"

Pull Request - State: closed - Opened by deankarn 4 months ago - 1 comment

#68 - Fix panic when the decoding pointer type with custom decoding function

Pull Request - State: closed - Opened by adityarsuryavamshi 5 months ago - 6 comments

#67 - Fix panic when the decoding pointer type with custom decoding function

Pull Request - State: closed - Opened by adityarsuryavamshi 5 months ago - 2 comments

#66 - Add field name normalization

Issue - State: open - Opened by ivanjaros 10 months ago - 1 comment

#64 - Handle empty indexes for slices and arrays (eg. field[]=1&field[]=2)

Pull Request - State: open - Opened by mfly about 1 year ago - 3 comments

#63 - Enhancement: `form.Marshaler` and `form.Unmarshaler`

Pull Request - State: open - Opened by tigh-latte about 1 year ago - 4 comments

#62 - Is it possible to bind data from http.Header

Issue - State: open - Opened by caibirdme almost 2 years ago

#61 - Handle invalid Slice/Array indexes better

Pull Request - State: closed - Opened by deankarn about 2 years ago - 1 comment

#59 - Is there anyway parse url.values direct to map[string]any

Issue - State: closed - Opened by thank243 about 3 years ago - 2 comments

#58 - What about supporting case-insensitive key?

Issue - State: closed - Opened by Loyalsoldier almost 4 years ago - 2 comments

#57 - Fix panic when we encode uncomparable fields with omitempty tag

Pull Request - State: closed - Opened by alxfv about 4 years ago - 1 comment

#56 - Add setting use brackets as a namespace separator

Pull Request - State: closed - Opened by alxfv about 4 years ago - 6 comments

#55 - Multipart form?

Issue - State: open - Opened by tshubham7 over 4 years ago - 2 comments

#54 - fix idx error message

Pull Request - State: closed - Opened by deankarn over 4 years ago - 1 comment

#53 - fix panic on map[string]interface{} encode

Pull Request - State: closed - Opened by Exitialis over 4 years ago

#52 - Feature: support "natural" maps

Issue - State: open - Opened by mihaiav over 4 years ago

#51 - Catch up upstream and migrate to v1 module

Pull Request - State: closed - Opened by vearutop over 4 years ago - 1 comment

#50 - Invalid data in float type array fields reports incorrect text

Issue - State: closed - Opened by litvi-l over 4 years ago

#49 - Panic on Encode map[string]interface{} inside map[string]interface{}

Issue - State: closed - Opened by rabodaber over 4 years ago - 2 comments

#48 - Pointer to int and zero value

Issue - State: open - Opened by badoux almost 5 years ago - 6 comments

#47 - map[string]string encode/decode

Issue - State: open - Opened by RelicOfTesla over 5 years ago - 1 comment

#46 - Fix out-of-range exception

Pull Request - State: closed - Opened by deankarn over 5 years ago - 1 comment

#45 - decoder panics on empty url value

Issue - State: closed - Opened by mihaiav over 5 years ago - 1 comment
Labels: bug

#44 - update deps

Pull Request - State: closed - Opened by deankarn over 5 years ago - 1 comment

#43 - Update to Go Modules

Pull Request - State: closed - Opened by deankarn almost 6 years ago - 1 comment

#42 - String array should replace the existing one

Issue - State: open - Opened by aight8 almost 6 years ago - 3 comments
Labels: enhancement, question

#41 - How to use it with ObjectId?

Issue - State: closed - Opened by andreybuzin over 6 years ago - 2 comments
Labels: question

#40 - Fix slice idx issue

Pull Request - State: closed - Opened by deankarn over 6 years ago

#39 - Custom decoder accepts slice of string but expected to return single item

Issue - State: closed - Opened by vearutop over 6 years ago - 4 comments
Labels: bug

#38 - fix indent README.md

Pull Request - State: closed - Opened by fujidomoe almost 7 years ago - 1 comment

#37 - Support map[string]interface{} decode, not just Struct

Issue - State: closed - Opened by yatniel7 almost 7 years ago - 5 comments
Labels: investigation

#36 - Collect map of decoded Go values

Pull Request - State: closed - Opened by vearutop almost 7 years ago - 2 comments

#35 - Fix Encoder Pointer + omitempty combination

Pull Request - State: closed - Opened by deankarn over 7 years ago

#34 - Missing pointer value "0" while encoding struct

Issue - State: closed - Opened by mifanich over 7 years ago - 6 comments
Labels: bug

#33 - Single array param set all elements instead of one

Issue - State: closed - Opened by powerman over 7 years ago - 4 comments

#32 - Fix Array Handling + mixed index and non-index values

Pull Request - State: closed - Opened by deankarn over 7 years ago

#31 - Incorrectly decode to embedded field

Issue - State: open - Opened by powerman over 7 years ago - 4 comments
Labels: enhancement

#30 - Combining slice with slice[idx] doesn't work

Issue - State: closed - Opened by powerman over 7 years ago
Labels: investigation

#29 - Panic on decoding to array

Issue - State: closed - Opened by powerman over 7 years ago
Labels: bug

#28 - Add strict mode

Issue - State: open - Opened by powerman over 7 years ago - 9 comments
Labels: enhancement

#27 - Support DisallowUnknownKeys option

Issue - State: open - Opened by ansel1 over 7 years ago - 2 comments
Labels: enhancement

#26 - Add setting of tring to interface{} values

Pull Request - State: closed - Opened by deankarn over 7 years ago

#25 - Parse string/int into interface{} ?

Issue - State: closed - Opened by Xzya over 7 years ago - 5 comments
Labels: enhancement

#24 - omitempty is not working properly

Issue - State: closed - Opened by themihai over 7 years ago - 2 comments

#23 - Multipart Form Support

Issue - State: closed - Opened by sunfmin over 7 years ago - 1 comment
Labels: question, investigation

#22 - fix #21 cast empty string to bool false

Pull Request - State: closed - Opened by vearutop almost 8 years ago - 1 comment

#21 - Cast empty string to bool false

Issue - State: closed - Opened by vearutop almost 8 years ago

#20 - Add embedded struct support

Pull Request - State: closed - Opened by deankarn about 8 years ago

#19 - Support embedded structs

Issue - State: closed - Opened by danielchatfield about 8 years ago - 3 comments
Labels: enhancement

#18 - Support "omitempty" on form tag

Issue - State: closed - Opened by michael2m about 8 years ago - 2 comments
Labels: enhancement

#17 - Encode struct fields with `foo[bar]`

Issue - State: closed - Opened by danielchatfield over 8 years ago - 2 comments

#16 - Add RegisterTagNameFunc

Pull Request - State: closed - Opened by deankarn over 8 years ago

#15 - get correct field name in struct tag

Pull Request - State: closed - Opened by htmd over 8 years ago - 3 comments

#14 - CustomTypeFunc is not called when struct contains keys in query

Issue - State: closed - Opened by jameshartig over 8 years ago - 6 comments
Labels: investigation

#13 - How to fetch errors to End user?

Issue - State: closed - Opened by mrLSD over 8 years ago - 3 comments

#12 - Registering multiple DecodeCustomTypeFuncs against a type

Issue - State: closed - Opened by danhardman almost 9 years ago - 3 comments
Labels: question

#11 - How to add a new item to a slice?

Issue - State: closed - Opened by danhardman almost 9 years ago - 4 comments

#10 - Option to ignore all struct fields not explicitly tagged via struct tag

Issue - State: closed - Opened by annismckenzie almost 9 years ago - 7 comments
Labels: enhancement, question, investigation

#9 - Decode form to specific field?

Issue - State: closed - Opened by danhardman almost 9 years ago - 6 comments
Labels: question

#8 - <input type="checkbox"> decoding?

Issue - State: closed - Opened by danhardman almost 9 years ago - 2 comments
Labels: question

#7 - Decode shouldn't panic

Issue - State: closed - Opened by themihai about 9 years ago - 4 comments
Labels: enhancement, investigation

#6 - slice, array: interface must be a pointer to a struct

Issue - State: closed - Opened by themihai about 9 years ago - 8 comments
Labels: enhancement, question, investigation

#5 - How does it compare with go-query/ gorilla schema?

Issue - State: closed - Opened by themihai about 9 years ago - 5 comments
Labels: question

#4 - No support for *time.Time

Issue - State: closed - Opened by bikbah about 9 years ago - 7 comments
Labels: invalid

#3 - Support for multipart/form-data? Yes

Issue - State: closed - Opened by MattDavisRV about 9 years ago - 3 comments
Labels: question

#2 - Starting an array at an arbitrary number is an opportunity for DoS attacks

Issue - State: closed - Opened by justinas about 9 years ago - 4 comments
Labels: enhancement

#1 - Odd decoding behavior

Issue - State: closed - Opened by falun about 9 years ago - 4 comments
Labels: bug