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

Simple scala library for building and parsing URIs

Results 41 scala-uri issues
Sort by recently updated
recently updated
newest added

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.0 to 2.0.1. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.1) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.0...v2.0.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.0 to 2.0.2. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.2) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.0...v2.0.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

**Description** I am interested in implementing Linked Data and in particular [JSON-LD](https://json-ld.org/) and a foundational piece of that is [IRI](https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier). Rather than rolling my own, it seems like it makes...

**Description** I would like the library split into two - one for the core functionality and one for the cats instances. I cannot upgrade to `scala-uri:4.0.0` due to the inclusion...

https://github.com/scoverage/scalac-scoverage-plugin/issues/299 Revert this commit when possible: https://github.com/lemonlabsuk/scala-uri/pull/350/commits/e0d41fd163dd13607893c785278759a751c07b30

**Describe the bug** Adding a path to an `AbsoluteUrl` should return a new `AbsoluteUrl`, not a `Url`. From the example below we see that the underlying objects are correct, but...

**Description** The equivalent of `java.net.URI.relativize(uri: URI)` It should work with relative URLs applied to relative URLs as well as absolute Urls applied to absolute ones. ```scala Url("https://bblfish.net/people/") .relativize("https://bblfish.net/people/henry/card#me") == Url("henry/card#me")...

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.0 to 2.0.3. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.3) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.0...v2.0.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.1.3 to 3.2.0. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.2.0) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.3...3.2.0) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.3...release-3.2.0) I'll automatically update this PR to resolve conflicts as long as you...

## About this PR 📦 Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.0.6` to `2.0.11` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.11) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.6...v2.0.11) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...