-
# Enhancement
Upgrade go version to 1.19
-
# Bug: Validation fails on required number fields with 0 value
## How to reproduce:
- Create a new collection
- Create a new required field with number type
- Send value as 0 when creating new r…
-
# docker compose logs -f pss
infra-pss-1 |
infra-pss-1 | __ _ ___
infra-pss-1 | / /\ | | | |_)
infra-pss-1 | /_/--\ |_| |_| \_ , built with Go 1.19.4
infra-pss-1 |
infra-pss-1…
-
Hello!
There doesn't seem to be a way to do cross field validation for a struct.
Given:
```go
type Bucket struct {
Accept []string
Reject []string
}
```
How can I write Bucket.Valid…
-
Instead of having to manually define models with the 'omitempty' json tag, it would be great if we could pass that through the yaml config file.
-
## Description
The `make setup` command fails with an error on Gitpod (Ubuntu 20.04.5 LTS):
```
$ make setup
make[1]: Entering directory '/workspace/casper-dao-middleware'
go mod vendor
go: …
-
This is #8353, Ozzo did a thing but yeah _sob._
Anthromorphic Insects digitgrade legs are m̶i̶s̶s̶i̶n̶g̶ ̶t̶h̶e̶i̶r̶ ̶s̶p̶r̶i̶t̶e̶s̶.̶ ̶!̶ (this was meant to be crossed out) **They are plantigrade n…
-
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
-
optionalのはずだけど`validate:"url"`がついてるせいで空の時もvalidationが行われて400が出てる
一応↓で直る
```diff
- Url *string `json:"url,omitempty" validate:"url"`
+ Url *string `json:"url,omitempty" validate:"omitempty,url"`
`…
ras0q updated
2 years ago
-
This blocks update PRs from being opened
```json
{
"err": {
"name": "ExecError",
"cmd": "/bin/sh -c docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/par…