You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, schemagen will generate structs that do not use pointers for fields that are nullable. This results in ambiguity as you cannot tell the difference between null and false or 0.