Valentin Lahaye
Valentin Lahaye
Hello everyone, PGV is an awesome product but it lacks some key features such as cross-field validation. One way I've found to work around this is to write custom validation...
Hello there :wave: This fixes the issue I encountered when generating top-level singleton resources. The changes involve passing a `protogen.GoIdent` to `g.P` instead of using `g.QualifiedGoIdent`, which always imports the...
It seems that the code generated for top-level singletons with `[email protected]` is invalid. Specifically, the `fmt` and `strings` packages are imported but not used, resulting in compilation errors. For example,...