george-wilson-rea

Results 6 issues of george-wilson-rea

Scala 3 has some very nice features for beginners (`enum` keyword, new keywords for implicits). Moreover, most open source libraries support it by now. Perhaps we should think about moving...

ip4s does not allow underscores in hostnames, which seems to be the correct behaviour. It would be helpful if http4s would update its URI representation to disallow underscores as well...

bug
uri

There are many scala-steward PRs open, with many of them passing CI. Should they be merged? Could we configure scala-steward to automatically merge them if they pass CI?

Hi tpolecat, thanks for doobie mate, it rocks. I would like a `Meta[BigInt]` for working with MySQL. We're just defining it in our own code for now, although I'm not...

I recently had a problem where `Host.fromString` failed due to an underscore character (which seems reasonable). Could you provide an alternate version, eg. `Host.fromStringEither` which explains why host parsing failed?

## Changes Change the default repository for SBT plugin lookup to `https://repo1.maven.org/maven2/` ## Context The bintray service has been sunset and now `https://repo.scala-sbt.org/scalasbt/` redirects to a mirror that no longer...