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
display_name: "This display name is way too long and exceeds the maximum allowed length of 255 characters for the display_name field in the database. This validation is important because the database schema uses VARCHAR(255) and we need to ensure data integrity by catching this error early during YAML parsing before it gets to the database layer where it would cause a database constraint error which is harder to debug"
display_name: "This display name is way too long and exceeds the maximum allowed length of 255 characters for the display_name field in the database. This validation is important because the database schema uses VARCHAR(255) and we need to ensure data integrity by catching this error early during YAML parsing before it gets to the database layer where it would cause a database constraint error which is harder to debug"
0 commit comments