Skip to content

Instantly share code, notes, and snippets.

View MareoRaft's full-sized avatar

MareoRaft

View GitHub Profile
@MareoRaft
MareoRaft / get_dir_path.py
Created November 19, 2021 20:31
The safe/recommended way to get a file / dir / repo path in python
import os
REPO_PATH = os.path.dirname(os.path.abspath(__file__))
@MareoRaft
MareoRaft / solution.md
Created March 16, 2019 23:10
stop gmail from automatically redirecting me to UVA login

Solution

  1. I cleared both "content settings" and "cookie and other site data", and it stopped gmail from automatically doing that.
  2. It was suggested that I should go to chrome://settings/passwords and then turn off the "Auto sign-in" setting, to prevent it from happening again.