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

Override path formatting method for data-URIs #169

Merged
merged 5 commits into from
Feb 10, 2024

Commits on Jan 2, 2024

  1. Override path formatting method for data-URIs

    This fixes an issue with `UPath.stat()` for data URIs, where fsspec was
    expecting the full URI to be passed to `fs.info` instead of just the
    URI path as was previously implemented.
    joouha committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    85faa71 View commit details
    Browse the repository at this point in the history
  2. Update registry tests

    joouha committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b0171dd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    7a46b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda3f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bfc5ee View commit details
    Browse the repository at this point in the history