-
Updated
Mar 10, 2021 - Python
scalajs
Here are 503 public repositories matching this topic...
-
Updated
Mar 23, 2021 - Scala
A such question have been raised again: https://stackoverflow.com/q/56132229/10793449
We should clarify an using an arbitrary scala code as an attribute value.
Since we have all variant playable offline it would be nice to have the same help pages the website has but embedded in the app to be seen offline.
Help would be accessible from offline games menus and displayed in a modal window (like the one for the tournament FAQ).
-
Updated
Apr 5, 2017 - Scala
-
Updated
Mar 23, 2021 - Scala
After 7mind/izumi#1138 Lifecycle encoding itself supports interruptibility, but since the entirety of Injector#produce happens in an uninterruptible region, this causes problems with ZIO's odd interruption inheritance (gitter thread)
It seems like this can't be solved by just wrapping all ZIO's in `.inter
-
Updated
Mar 10, 2021 - Scala
-
Updated
Mar 19, 2021 - Scala
-
Updated
Mar 12, 2021 - Scala
-
Updated
Mar 23, 2021 - Scala
-
Updated
Dec 11, 2020 - Scala
-
Updated
Feb 20, 2021
-
Updated
Mar 16, 2021 - Scala
-
Updated
May 29, 2020 - Scala
-
Updated
Jan 14, 2018
-
Updated
Mar 22, 2021 - Scala
-
Updated
May 26, 2017 - Scala
-
Updated
May 27, 2020 - Scala
Improve this page
Add a description, image, and links to the scalajs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scalajs topic, visit your repo's landing page and select "manage topics."


I just came across the fact that a
Show[Throwable]exists.import Scalaz._, one needs toimport scalaz.std.java.throwable._What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?