Scala

Scala is a general-purpose programming language providing support for functional programming and a strong static type system. Designed to be concise, many of Scala's design decisions aimed to address criticisms of Java.
Here are 11,403 public repositories matching this topic...
-
Updated
Sep 17, 2021 - Scala
-
Updated
Jan 9, 2021 - Scala
Are you looking for help?
No.
Play Version
2.6 to 2.8
API
Java / Scala
Expected Behavior
The instructions at https://www.playframework.com/documentation/2.8.x/Deploying-CloudFoundry work.
As it stands (see https://stackoverflow.com/a/62506207/4432837 and cloudfoundry/java-test-applications#20) those instructions are no longer applic
-
Updated
Aug 12, 2021 - Scala
-
Updated
Apr 12, 2021 - TeX
-
Updated
Sep 13, 2021 - Python
-
Updated
Sep 12, 2021 - Assembly
-
Updated
Sep 2, 2021 - Haskell
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.
-
Updated
Aug 18, 2021 - Java
Not that complicated to implement:
- introduce in SslClientContext the same kind of changes as in SslServerContext so it's no longer
Compiler version: 3.0.1
Problem
Given
Scala
object Foo {
type IntGetter = () => Int
def getFunc(): IntGetter = () => 1
def getFunc2(): () => Int = () => 1
}
The generic signatures generated (as seen using javap) are:
public static scala.Function0 getFunc();
public static scala.Function0<java.lang.Object> getFunc2();
Whereas in Scala 2 w
Show[Throwable]
I just came across the fact that a Show[Throwable]
exists.
- It is not wired up into
import Scalaz._
, one needs toimport scalaz.std.java.throwable._
- It discards the stack trace entirely.
What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?
Test on JDK 17
It would be useful to have a java.util.BitSet
implementation. It looks like most Java collections are available but this one fell through the cracks (perhaps because it's not part of the Collection
hierarchy).
plotly support?
I see that there is jupyterlab-plotl extension as well as https://github.com/alexarchambault/plotly-scala . Maybe it is possible to integrate (or explain how to integrate) plotly charts into polynote?
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.6
BuildVersion: 18G9028
struct utsname name;
if (uname(&name) == 0) {
printf("os.name=%s\n",name.sysname);
printf("os.version=%s\n",name.release);
}
// os.name=Darwin
// os.version=18.7.0
Seems no way to map Darwin version to Mac OS X version.
/usr/libexec/PlistBuddy -c "Print:
-
Updated
Jul 28, 2021 - Scala
-
Updated
Jul 14, 2021 - Python
-
Updated
Sep 14, 2021 - Kotlin
-
Updated
Sep 17, 2021 - Emacs Lisp
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.