Ecosyste.ms: Issues

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

GitHub / gookit/validate issues and pull requests

#275 - [FEATURE REQUEST] Please make FormData can be hold multiple files with same key

Issue - State: open - Opened by husainazkas about 2 months ago
Labels: enhancement

#274 - build(deps): bump github.com/gookit/goutil from 0.6.15 to 0.6.17

Pull Request - State: open - Opened by dependabot[bot] about 2 months ago
Labels: dependencies, go

#273 - [Question] 验证执行顺序

Issue - State: closed - Opened by Transmigration-zhou 3 months ago - 1 comment
Labels: question

#272 - eqField对于指针类型数据无法正确校验

Issue - State: open - Opened by ryanexo 3 months ago
Labels: bug, enhancement

#271 - 如何结合使用i18n

Issue - State: closed - Opened by cpj555 4 months ago - 1 comment
Labels: question

#270 - [Question]如何在Gin框架中使用验证场景?

Issue - State: open - Opened by jian1098 4 months ago - 1 comment
Labels: question

#269 - build(deps): bump github.com/gookit/goutil from 0.6.15 to 0.6.16

Pull Request - State: closed - Opened by dependabot[bot] 4 months ago - 1 comment
Labels: dependencies, go

#268 - [Doc] Add code example of how to use custom filters

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

#267 - [question]全局自定义验证器方法中怎么获取其他字段的值

Issue - State: open - Opened by neonyo 5 months ago - 2 comments
Labels: enhancement

#266 - [Question] Can `in` be used with slice in tag validation?

Issue - State: open - Opened by chengc-sa 5 months ago
Labels: question

#265 - [Question] How CheckZero config flag works.

Issue - State: open - Opened by estronnom 6 months ago
Labels: question

#264 - build(deps): bump golangci/golangci-lint-action from 5 to 6

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago - 1 comment
Labels: dependencies, github_actions

#263 - build(deps): bump golangci/golangci-lint-action from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago - 1 comment
Labels: dependencies, github_actions

#262 - filter 无法对切片中的元素应用

Issue - State: open - Opened by devhaozi 8 months ago - 1 comment
Labels: enhancement

#261 - build(deps): bump softprops/action-gh-release from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependencies, github_actions

#260 - Fix: Prevent panic when validating struct with nil pointer to map field

Pull Request - State: closed - Opened by kaptinlin 9 months ago - 1 comment

#259 - Embedded structs are not validated properly

Issue - State: open - Opened by manicar2093 9 months ago
Labels: bug

#258 - build(deps): bump golangci/golangci-lint-action from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago - 1 comment
Labels: dependencies, github_actions

#257 - Enhancement Request - Add IsActiveURL Validation Rule

Issue - State: open - Opened by sCuz12 10 months ago - 1 comment
Labels: question

#256 - build(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: dependencies, github_actions

#255 - Error when using custom filter with pointer to slice of strings

Issue - State: closed - Opened by kaptinlin 10 months ago - 2 comments
Labels: bug, bug_fixed

#254 - build(deps): bump github.com/gookit/goutil from 0.6.14 to 0.6.15

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, go

#253 - fix: Prevent panic on validating nil pointer to slice field (#252)

Pull Request - State: closed - Opened by kaptinlin 11 months ago - 1 comment
Labels: bug

#252 - Panic when validating struct with nil pointer to a slice field

Issue - State: closed - Opened by kaptinlin 11 months ago
Labels: bug, bug_fixed

#251 - build(deps): bump github/codeql-action from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, github_actions

#250 - Does not work with *int ?

Issue - State: closed - Opened by StephanSchmidt 11 months ago - 3 comments
Labels: enhancement

#249 - build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago - 1 comment
Labels: dependencies, github_actions

#248 - Issue with Pointer Dereferencing in String and Number Validations

Issue - State: closed - Opened by KaptinLin 12 months ago
Labels: enhancement

#247 - Pointer of UUID will break the Validate() function

Issue - State: closed - Opened by jeremy-temelpa about 1 year ago - 5 comments
Labels: bug, bug_fixed

#246 - 使用 uint filter时,传 null 值会报错 convert value type error

Issue - State: closed - Opened by devhaozi about 1 year ago - 4 comments
Labels: bug, bug_fixed

#245 - required_if 中,当指定的 anotherField 为 uint8 类型时,校验失效

Issue - State: closed - Opened by henryjhenry about 1 year ago - 2 comments
Labels: bug, bug_fixed

#244 - [Question] How to sanitize all data for v.sanitize() with bluemonday

Issue - State: open - Opened by StephanSchmidt about 1 year ago - 1 comment
Labels: question

#242 - requiredWithoutAll tag is not work with struct validation

Issue - State: closed - Opened by ip75 about 1 year ago - 2 comments
Labels: bug, bug_fixed

#240 - Fix for Boolean Pointer Field Validation Error

Pull Request - State: closed - Opened by KaptinLin about 1 year ago - 2 comments
Labels: enhancement

#239 - Bug Report: Erroneous Validation Error for Boolean Pointer Fields in Struct

Issue - State: closed - Opened by kaptinlin about 1 year ago
Labels: bug

#238 - build(deps): bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, github_actions

#237 - Improve validation of pointer fields

Pull Request - State: closed - Opened by KaptinLin about 1 year ago - 1 comment
Labels: enhancement

#236 - email don't support ptr

Issue - State: closed - Opened by KaptinLin about 1 year ago - 1 comment
Labels: bug

#235 - [Question] How do I validate slice of struct inside a struct?

Issue - State: open - Opened by budimanjojo about 1 year ago
Labels: enhancement

#234 - build(deps): bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, github_actions

#233 - build(deps): bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions

#231 - Not all Errors are returned

Issue - State: closed - Opened by MattBGP over 1 year ago - 3 comments

#230 - build(deps): bump WillAbides/setup-go-faster from 1.10.0 to 1.10.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, github_actions

#229 - build(deps): bump WillAbides/setup-go-faster from 1.9.1 to 1.10.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, github_actions

#228 - build(deps): bump WillAbides/setup-go-faster from 1.9.0 to 1.9.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, github_actions

#226 - build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, github_actions

#225 - New check #223

Pull Request - State: closed - Opened by zKoz210 over 1 year ago
Labels: bug

#224 - Check https://github.com/gookit/validate/issues/223

Pull Request - State: closed - Opened by zKoz210 over 1 year ago

#223 - panic occurs when passing nil

Issue - State: closed - Opened by zKoz210 over 1 year ago - 7 comments
Labels: bug, bug_fixed

#222 - Check case https://github.com/gookit/validate/issues/221

Pull Request - State: closed - Opened by zKoz210 over 1 year ago - 1 comment

#221 - Nested validate don't work with rules

Issue - State: closed - Opened by zKoz210 over 1 year ago - 8 comments
Labels: bug, enhancement

#220 - implicit function instantiation requires go1.18 or later

Issue - State: closed - Opened by KaptinLin over 1 year ago - 2 comments
Labels: bug, bug_fixed

#219 - Unexpected Error after Updated Other Module

Issue - State: closed - Opened by KiddoV over 1 year ago - 6 comments
Labels: bug, bug_fixed

#218 - build(deps): bump github.com/gookit/goutil from 0.6.10 to 0.6.11

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, go

#217 - Nested resources are evaluated differently

Issue - State: open - Opened by ConsoleTVs over 1 year ago
Labels: bug

#216 - build(deps): bump github.com/gookit/filter from 1.1.4 to 1.2.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, go

#215 - Doc: Benchmark

Issue - State: open - Opened by c1pyerten over 1 year ago - 2 comments
Labels: help wanted, question

#214 - build(deps): bump github.com/gookit/goutil from 0.6.9 to 0.6.10

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, go

#213 - 如何验证结构体切片类型数据

Issue - State: closed - Opened by hellolxc over 1 year ago - 2 comments
Labels: question

#212 - build(deps): bump github.com/gookit/goutil from 0.6.8 to 0.6.9

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, go

#211 - Required check for multi level slice of map.

Issue - State: closed - Opened by sujit-baniya over 1 year ago - 1 comment
Labels: suggestion, resolved

#210 - bug: fix required rule for map with nested slice

Pull Request - State: closed - Opened by sujit-baniya over 1 year ago

#209 - [QUESTION] - How to validate nested field in map with slice of object?

Issue - State: closed - Opened by sujit-baniya over 1 year ago - 3 comments
Labels: bug, bug_fixed

#208 - build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: dependencies, go

#207 - build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, go

#206 - How can validate slice off map?

Issue - State: closed - Opened by mdsohelmia over 1 year ago - 2 comments
Labels: bug, bug_fixed

#205 - Arbitrary File Write via Archive Extraction (Zip Slip)

Issue - State: closed - Opened by OscarVanL over 1 year ago
Labels: dependencies, resolved

#203 - An explanation of how `required` works.

Issue - State: open - Opened by SharkFourSix over 1 year ago - 2 comments

#202 - Make private fields validation configurable

Pull Request - State: closed - Opened by SharkFourSix over 1 year ago - 2 comments
Labels: enhancement

#201 - build(deps): bump github.com/gookit/goutil from 0.6.7 to 0.6.8

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, go

#200 - build(deps): bump github.com/gookit/goutil from 0.6.6 to 0.6.7

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, go

#199 - build(deps): bump github.com/gookit/goutil from 0.4.0 to 0.6.0 in /_examples/httpdemo2

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, go

#198 - build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: dependencies, go

#197 - build(deps): bump github.com/gookit/goutil from 0.5.15 to 0.6.6

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, go

#196 - build(deps): bump github.com/gookit/goutil from 0.5.15 to 0.6.5

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, go

#195 - build(deps): bump github.com/gookit/goutil from 0.5.15 to 0.6.4

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies, go

#194 - [Question] 是否有计划支持 protobuf 文件定义验证信息,生成代码?

Issue - State: closed - Opened by shuqingzai almost 2 years ago - 3 comments
Labels: question

#193 - build(deps): bump github.com/gookit/goutil from 0.5.15 to 0.6.2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies, go

#192 - v1.4.6 change has broken existing behaviour

Issue - State: closed - Opened by inhere almost 2 years ago - 5 comments
Labels: question, resolved

#191 - fix: validation for embedded structs

Pull Request - State: closed - Opened by OscarVanL almost 2 years ago - 6 comments
Labels: enhancement, bug_fixed

#190 - fix: validation for embedded structs

Pull Request - State: closed - Opened by OscarVanL almost 2 years ago - 1 comment

#189 - 希望增加 StringMessage

Issue - State: open - Opened by anxuanzi almost 2 years ago - 2 comments
Labels: enhancement

#188 - Does not work for embedded struct pointers

Issue - State: closed - Opened by OscarVanL almost 2 years ago - 4 comments
Labels: bug

#187 - build(deps): bump github.com/gookit/goutil from 0.5.15 to 0.6.1

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies, go

#186 - Second ValidateE does not work after using v.Reset()

Issue - State: closed - Opened by OscarVanL almost 2 years ago - 2 comments
Labels: question, resolved

#185 - build(deps): bump github.com/gookit/goutil from 0.5.15 to 0.6.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies, go

#183 - fix: correctly parse json tag name

Pull Request - State: closed - Opened by OscarVanL almost 2 years ago - 4 comments
Labels: bug_fixed

#182 - Field name incorrectly extracted for comma-separated JSON struct tags

Issue - State: closed - Opened by OscarVanL almost 2 years ago
Labels: bug

#181 - build(deps): bump WillAbides/setup-go-faster from 1.7.0 to 1.8.0

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies, github_actions

#180 - Return failed field if StopOnError

Issue - State: open - Opened by trapcodeio about 2 years ago - 3 comments
Labels: enhancement, question

#179 - Nested struct with private field

Issue - State: closed - Opened by desprit about 2 years ago - 4 comments
Labels: enhancement, question, resolved

#178 - modify a Initialization of map

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

#177 - build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 2 comments
Labels: dependencies, go

#176 - build(deps): bump github.com/gookit/goutil from 0.5.13 to 0.5.15

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies, go

#175 - build(deps): bump github.com/gookit/goutil from 0.5.12 to 0.5.13

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, go

#174 - feat: enable slices of maps on structs

Pull Request - State: closed - Opened by eloycoto about 2 years ago - 2 comments
Labels: enhancement