Results 1019 comments of Randy Lai

Is this sufficient to check if a file is binary? ```python def is_valid_unicode(file_name): with open(file_name, "r") as f: try: # read the first 512 bytes block = f.read(512) return True...

As a fix, we should execute `.git/hooks/pre-commit` before the creation of the commit window and execute the commit command as `git commit --no-verify` do suppress the `pre-commit` hook from running...

Have you checked out `github: create pull request`, it will open a browser at github.com to create the pull-request. It is not exactly what you are asking for, but it...

It took me a while to understand what you meant. Please at least describe the issue and not just post a picture next time.

i guess we could duplicate all the options of `git: log` to `git: graph`.