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
[nitpick] The generateEntities function is specific to PythonGenerator but is defined as a standalone generic function. Consider making it a method on PythonGenerator to maintain encapsulation: func (g *PythonGenerator) generateEntities[T any](...)#42
[nitpick] The generateEntities function is specific to PythonGenerator but is defined as a standalone generic function. Consider making it a method on PythonGenerator to maintain encapsulation: func (g *PythonGenerator) generateEntities[T any](...)