Skip to content

URL percent-encoding implemented incorrectly #19

@Colerar

Description

@Colerar

For example, if the input is:

https://huggingface.co/datasets/Anthropic/persuasion/resolve/refs%2Fconvert%2Fparquet/default/train/0000.parquet

the partquet-viewer will treat it as:

https://huggingface.co/datasets/Anthropic/persuasion/resolve/refs%252Fconvert%252Fparquet/default/train/0000.parquet

We could refer to the implementation in the browsers to see what strategies the browsers use to avoid such issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions