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
Have some checks in the assembly process.
Example: if ROW and COLS is 1 but the user specifies more than 1 row/col. Show an error. now it just crashes
Also if a cell is missing give an error (for example 3x3 but only 8 cells are specified)
The text was updated successfully, but these errors were encountered:
Have some checks in the assembly process.
Example: if ROW and COLS is 1 but the user specifies more than 1 row/col. Show an error. now it just crashes
Also if a cell is missing give an error (for example 3x3 but only 8 cells are specified)
The text was updated successfully, but these errors were encountered: