null icon indicating copy to clipboard operation
null copied to clipboard

reasonable handling of nullable values

Results 4 null issues
Sort by recently updated
recently updated
newest added

``` 14.96 github.com/volatiletech/null 14.99 # github.com/volatiletech/null 14.99 /go/pkg/mod/github.com/volatiletech/[email protected]+incompatible/int32.go:138:34: cannot use seed (variable of type *randomize.Seed) as func() int64 value in argument to randomize.MediumInt 14.99 /go/pkg/mod/github.com/volatiletech/[email protected]+incompatible/json.go:162:38: cannot use seed (variable of...

shouldn't the default behaviour of `StringFrom` called with an empty string result in `Valid == false` So the code would look something like this: ```go func StringFrom(s string) String {...

We're incrementally converting our model system to sqlboiler and had some trouble because one of our API consumers was passing int values as strings in JSON, which the `volatiletech/null`package didn't...