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

## About this PR 📦 Updates [org.typelevel:cats-parse](https://github.com/typelevel/cats-parse) from `0.3.9` to `0.3.10` 📜 [GitHub Release Notes](https://github.com/typelevel/cats-parse/releases/tag/v0.3.10) - [Version Diff](https://github.com/typelevel/cats-parse/compare/v0.3.9...v0.3.10) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.17` to `2.12.18` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.18) - [Version Diff](https://github.com/scala/scala/compare/v2.12.17...v2.12.18) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

**Describe the bug** The `DomainName#apexDomain` function returns `None` for two types of domain names that are valid, and have a suffix listed in `PublicSuffixes.scala`: 1. punycode IDNs 2. Fully qualified...

**Description** I would like to have a parser for RFC 8141 URNs. **Example** We can see an example implementation on the next library: https://github.com/slub/urnlib ```scala URN urn2 = URN.rfc8141().parse("urn:examle:foo/1234?=cq=cz#bar"); //...

I'm trying to parse an "ISO-8859-1" encoded relative URL, I can't seem to get the proper UTF-8 string out of this value: ``` scala> val v = RelativeUrl.parse("/path?param=r%F3n")(UriConfig(charset = "ISO-8859-1"))...

## About this PR 📦 Updates [org.scalacheck:scalacheck](https://github.com/typelevel/scalacheck) from `1.17.0` to `1.17.1` 📜 [GitHub Release Notes](https://github.com/typelevel/scalacheck/releases/tag/v1.17.1) - [Version Diff](https://github.com/typelevel/scalacheck/compare/v1.17.0...v1.17.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.7.17` to `3.8.1` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.17...v3.8.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates * [org.scala-lang:scala3-library](https://github.com/scala/scala3) * [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.2.2` to `3.4.1` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/3.2.2...3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/release-3.2.2...release-3.4.1) ## Usage ✅ **Please merge!** I'll...

## About this PR 📦 Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) from `1.12.0` to `1.16.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.16.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.12.0...v1.16.0) ##...

## About this PR 📦 Updates [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) from `0.11.1` to `0.12.0` 📜 [GitHub Release Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.12.0) - [Version Diff](https://github.com/scalacenter/sbt-scalafix/compare/v0.11.1...v0.12.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...