Rok Kralj
Rok Kralj
This docs page looks so outdated it serves nobody, only to confuse. A simple removal is the best option.
Thanks! Moreover, is there a reason that we are keeping the main Actors page? https://docs.scala-lang.org/overviews/core/actors.html I think there is a value of removing stuff that could potentially confuse new users....
That is bad. Maybe I will fork it someday and port it to Qt5 or Gtk3. Note that Qt4 is already EOL.
I would prefer if you kept the package lightweight. I have chosen FBreader over Calibre because on Gentoo, the former has 3 dependencies and the latter has around 30. Work...
I am very surprised that this is a Scala issue. I am using latest stable, 3.1.3 Let's hope 3.2 gets officially released soon
Redshift messes up my color profiles as well. If I run either of these: redshift -x redshift -o -l 0:0 -b 1 -O 6500 I should be seeing no change,...
No, even preserve does not work. When I call this, my screen is violet (blue + red), because of the heavy screen blue tint: redshift -m randr:preserve=1 -o -l 0:0...
I am getting a stranger error, where my version is not even listed: `java.lang.RuntimeException: Expected compatible Scala.js version [0.6, 1], given` I am using Scala.js 1.13.1 ``` 2023.08.27 16:04:14 INFO...
> I'm sure, somewhere in the world, there are people stuck with 2.11, most likely for stupid reasons, but still stuck. So far, they should be able to be served...
Interesting, so was I correct saying that `Composite(l: List[Int], v: Int)` does not need to check `List[Int]` at runtime?