project/alcatraz/alcatraz/clusters/local.py (9 lines): - line 487: # TODO footgun warning: if user provides an image that has full acr prefix but we see they have a local image of the same name (without the prefix) and without a tag to associate it with the remote image, warn the user or maybe just skip pulling... - line 1059: del language # TODO implement language support - line 1174: # TODO handle comm_open messages - line 1288: # print(success) # TODO when does this fail w/o throwing an exception?? - line 1317: # TODO clean exception for path not existing vs other problems - line 1457: del timeout # TODO implement timeout - line 1492: # TODO be mindful of edge cases here, make more robust in future - line 1858: "lsblk -o NAME,SIZE,TYPE | grep '4T' | grep 'part' | awk '{print $1}'" # TODO dont - line 2048: # TODO this leads to issues/281/user_tool.py (4 lines): - line 22: TEST_URL = "https://dev.new.expensify.com:8082/" # TODO Use the URL that works in your local development. For example, it can be 'https://dev.new.expensify.com:8082/' - line 29: USER_NAME = "expensify31" # TODO Change this to your Gmail username - line 30: USER_PASSWORD = "" # TODO Change this to your password - line 204: user_info = get_test_user_info(seed=None) # TODO Use any seed that you like project/nanoeval/nanoeval/library_config.py (1 line): - line 230: # TODO add more metrics