Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file uri on windows #498

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 24, 2020

  1. Fix issue with file URIs on Windows.

    "file:///c:/dir/file.ext" should be converted to "c:/dir/file.ext" rather than "/c:/dir/file.ext"
    genben committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    bb124db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc2b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e2465a View commit details
    Browse the repository at this point in the history
  4. Disable PIP cache on AppVeyor

    It fails on CI
    genben committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    b68f806 View commit details
    Browse the repository at this point in the history