You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relativizing foo:///bar:baz against foo:/// would have similar problem.
What is expected, bar:baz (interpretable as scheme=bar and path=baz), or ./bar:baz?
The two results would have different types (a path and a relative IRI reference), so maybe the feature should be provided by different names, for example relativize_as_path_against() and relativize_as_iri_ref_against().
relativize_against()
or similar functionalities would be useful for servers or static site generators.The text was updated successfully, but these errors were encountered: