-
Currently, I use tags for validating inputs with [go-playground/validator](https://github.com/go-playground/validator) package, maybe it's cleaner that we move them to `validator.go` file in each slic…
-
Hi, I really appreciate some help.
Regarding `pm4py.read_xes()`, I tried to pass running_example.xes and other xes dataset. I got warnings: "log\util\dataframe_utils.py:176: UserWarning: Could not …
-
I was browsing your code as I am contemplating replacing use of [ozzo-validation](https://github.com/go-ozzo/ozzo-validation) with something that is better able to provide a structured error report in…
-
```
type Sample struct {
Field uint8
}
func (s Sample) Validate() error {
return validation.ValidateStruct(&s,
validation.Field(&s.Field, validation.Min(18)))
}
```
Field min value ski…
-
I encountered an issue where the console log shows "Validation successful!" for the given Go code, which uses the github.com/go-ozzo/ozzo-validation/v4 library for validation:
```go
package main
…
-
Hi, Contiamo!
Input:
```yaml
openapi: 3.0.0
info:
title: 'Test'
version: 0.0.1
paths: {}
components:
schemas:
Fibonacci:
type: integer
enum: [1,2,3,5,8,13]
`…
-
これとか
https://github.com/go-ozzo/ozzo-validation
ハンドラー内でいちいち書かないようにしたい
-
#169
にて、ライセンス明示のご提案をいただいた。
ライセンスの意味と必要性、どう対応すべきかを理解する。
GitHub Docs [リポジトリのライセンス](https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposit…
-
### Background
A forerunner for #2123
We are using the [go playground validator](https://github.com/go-playground/validator) library to validate all our api payloads. There are two problems with t…
-
(Requested by @bogdandrutu in https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/1332#discussion_r511019737)
**Is your feature request related to a problem? Please describe.**
…