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
Updating boxes.py to pass lint check
Fixes#1151
Update boxes.py
made users_list global by adding global keyword
Update boxes.py
user names now show id even when not adjacent
Update boxes.py
globally defined user_names_counter so it needs to be calculated only once
Update boxes.py
cleaning up the code a bit
Update boxes.py
black reformatting
made function in model.py to get username count
created a class variable in model class so that username count dict is calculated only once and using it to get number of users with same name and display id beside their name
black reformatting
black lint
isort
isort import order
squashing all commits in one
Updating boxes.py to pass lint check
Fixes#1151
Update boxes.py
made users_list global by adding global keyword
Update boxes.py
user names now show id even when not adjacent
Update boxes.py
globally defined user_names_counter so it needs to be calculated only once
Update boxes.py
cleaning up the code a bit
made function in model.py to get username count
created a class variable in model class so that username count dict is calculated only once and using it to get number of users with same name and display id beside their name
isort
isort import order
Update boxes.py
Updating boxes.py to pass lint check
Fixes#1151
Update boxes.py
made users_list global by adding global keyword
Update boxes.py
user names now show id even when not adjacent
Update boxes.py
globally defined user_names_counter so it needs to be calculated only once
Update boxes.py
cleaning up the code a bit
Update boxes.py
black reformatting
made function in model.py to get username count
created a class variable in model class so that username count dict is calculated only once and using it to get number of users with same name and display id beside their name
black reformatting
black lint
isort
isort import order
reformatting
using .get() instead of the key and removing commented out code
squashing commits
reformatting
using .get() instead of the key and removing commented out code
0 commit comments