-
On the Scaladoc page, currently there seems to be a CSS script attached that results in very narrow pages once you reach a certain minimum width.
Example: Firefox says it's 1826px width. This is fi…
-
## Compiler version
3.2.2
## Minimized code
```Scala
override def foreach[U](f: A => U): Unit = {
@inline def foreachNonHole(): Unit = {
...
}
...
foreachNon…
-
Originally mentioned in https://github.com/disneystreaming/smithy4s/issues/245 : the `@deprecated` trait should generate a `@deprecated` annotation in the Scala code, and the `@documentation` / `@exte…
-
The source links from the Scala 3 library documentation on scala.org are broken, at least for version 3.1.3.
For example, links to , but that gives 404.
Hmm. I had hoped that some git reposito…
-
`torch.scala` is getting a bit large, and we still need to implement a bunch of ops. So I think it makes sense to move the op methods into smaller units and then define aliases via export clauses in t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and did not find a match.
### Who can help?
_No response_
### What are you working on?
I don't know why but my q…
-
## Minimized code
```Scala
class Test {
sealed trait Role
case object Admin extends Role
case class Contributor(organization: String) extends Role
println(summon[Mirror.Of[Role]])
…
-
eg https://pekko.apache.org/docs/pekko/current/ redirecting to
https://nightlies.apache.org/pekko/docs/pekko/main-snapshot/docs/
-
* Worth checking with Incubator PMC if this is needed
* it is not the norm for ASF code to use author tags - the code belongs to everyone - Git has tools to allow research on authorship
-
When trying to update [sbt](https://github.com/sbt/sbt) from 1.3 to a newer 1.4+ version (tested multiple ones), the [following error](https://github.com/EwoutH/NetLogo/runs/4070215159?check_suite_foc…