-
Hi,
first of all thanks for this fabulous library. Much nicer to use than struct tags!
Unfortunately I encountered a memory and CPU problem when using ozzo to validate large structs or slices.
…
-
Customers Version: `v0.5.0-dev`
**What were you trying to do?**
All data objects need to be properly validated. This involves ensuring their formatting is accepted for the underlying type or they'…
-
Can I ask you why is Ozzo the worst in these benchmarks?
https://github.com/frederikhors/bench-golang-validators
```
goos: windows
goarch: amd64
pkg: benchGolangValidators
BenchmarkAsaskevic…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Seems like this library is no longer maintained. Is there an actively maintained fork out there?
Thank you!
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm not sure what the ins and outs are for everyone here, but a problem I'm encountering with SQL logging in ozzo is that it logs byte slices as raw bytes. For certain values, this will corrupt the t…
-
Hi @qiangxue,
I'm currently using ozzo-dbx as part of another open source project that I'm soon planning to release and therefore I'm asking for the maintenance status of the package so that I can …
-
Or we can use some kind of validation library, e.g. https://github.com/go-ozzo/ozzo-validation.
The motivation is, `required` field in HCL (so one without `optional`), can be just satisfied with `f…
-
if I set a type alias of basic type,like `[]string` ,then, I neet to add two function,such as ( value and scan ,mysql json need this), the bug is appened.
the entire code under:
```golang
package …
ghost updated
2 years ago