Results 29 issues of ScalaWilliam

Discovered it through an upgrade to 0.23 (thank god TDD!) https://github.com/ScalaWilliam/http4s/commit/788c860d2e203c4965bd9674808aaee276b84c73 ``` ==> X org.http4s.UriSpec.URI with segment equals to raw URI 0.011s munit.ComparisonFailException: UriSpec.scala:1273 values are not equal even if...

module:core
uri

![image](https://user-images.githubusercontent.com/2464813/120236861-f09fa300-c253-11eb-8d30-67594b478258.png) Seems this thread is started but the releasing step of the `TickWheelExecutor` `Resource` finishes before the underlying thread is shut down, so while the webapp is considered shut down,...

module:tomcat

Good day! Interesting project, this is and has some nice integrations! As a newbie I'm looking at http://frees.io/docs/integrations/play/ and as a potential user, I am confused as to what I...

This is to enable the usage of Scala.js in Enterprise environments where only the valid-POM format is accepted for JAR downloads, meaning Scala.js is hard to access in organizations with...

So you cannot get back to the root of this section - just odd behaviour. Reproduction: - Click Simple Examples - Click Concurrency Primitives Browser: Chrome on Windows. ![image](https://user-images.githubusercontent.com/2464813/113356385-1551ca00-933a-11eb-907a-31567927a05d.png) Same...

documentation
help wanted

JDK 16 [brings with it](https://www.techrepublic.com/article/oracle-jdk-16-builds-on-javas-strengths-and-makes-the-programming-language-more-cloud-friendly/) a new packaging tool [jpackage](https://openjdk.java.net/jeps/389). Although it seems like a competitor to a degree, it would make sense to make it available through sbt-native-packager as...

feature request
jdkpackager
help wanted

This yields an error when trying to follow the docs to get Graal installed.

graalvm

On this page, https://scalacenter.github.io/scalajs-bundler/ the instruction says to use: ```scala addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0d8812f9") ``` However upon following it, I get this: ``` [error] (update) sbt.librarymanagement.ResolveException: Error downloading ch.epfl.scala:sbt-scalajs-bundler;sbtVersion=1.0;scalaVersion=2.12:0d8812f9...

I see the latest build is already on 0.14 however the badge shows the latest released is for 0.13. cc @travisbrown Many thanks!

Hi! Hope you don't mind me making this PR to request to publish Maven-consistent format of this plugin alongside the existing artifact format. This is to enable usage of sbt-scalafmt...