modern-uri icon indicating copy to clipboard operation
modern-uri copied to clipboard

Modern library for working with URIs

Results 7 modern-uri issues
Sort by recently updated
recently updated
newest added

One thing I am having a hard time seeing is how does one add a relative path to a uri. For me it would be quite helpful to have a...

question
feature-request

In the current implementation, relativeTo returns Nothing if the base URI doesn't have a scheme. If the base URI is provided at compile time, *I* can know that it has...

feature-request

In your next release, it would be great if you could include a Hashable instance for URI :)

feature-request

This is a follow up to mrkkrp/req#102. I am going to try to convince you that `modern-uri` implements RFC 3986 too naively. I will base my case on the two...

I realised that round tripping a data uri breaks it. E.g. ```haskell import Text.URI let uri = "data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" in render mkURI uri /= (pure uri) :: Maybe URI ``` I...

Version: `modern-uri-0.3.4.4` (also occurs on older) Colons in path pieces are percent-encoded, while it seems to me from https://www.rfc-editor.org/rfc/rfc3986#section-3.3 that they can appear unencoded from the second path piece on....

bug

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. Release notes Sourced from actions/cache's releases. v3.3.2 What's Changed Fixed readme with new segment timeout values by @​kotewar in actions/cache#1133 Readme fixes by @​kotewar...

dependencies