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,580 public repositories matching this topic...
-
Updated
Nov 18, 2021 - Scala
-
Updated
Jan 9, 2021 - Scala
Caffeine-based cache (SyncCacheApi) does not have a size limit ➔ prone to "out of memory" JVM crash
Play Version
2.8.8
API
Java / SyncCacheApi
Operating System
Ubuntu 20.04 LTS
Linux 5.11.0-25-generic #27-Ubuntu SMP Fri Jul 9 23:06:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
JDK
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1-b10)
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
-
Updated
Oct 19, 2021 - Scala
Exact URL where the bug happened (will happen in any game/puzzle)
https://lichess.org/training/mix
Steps to reproduce the bug
go to the link in a mac laptop, try to use your touchpad to scroll through the game moves
What did you expect to happen?
I expect the scroll to happen at a much slower rate
What happened instead?
The scroll is very fast, and it's almost impossib
-
Updated
Nov 5, 2021 - TeX
-
Updated
Oct 23, 2021 - Assembly
-
Updated
Oct 25, 2021 - Python
-
Updated
Oct 31, 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
Oct 14, 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-RC1
Minimized example
class Bag extends reflect.Selectable
val m = new Bag { val f = 23; def g = 47; def h(i: Int): Int = i }Output
in the repl the type printed has a type that is not source compatible
scala> val m = new Bag { val f = 23; def g = 47; def h(i: Int): Int = i; var i = 101; type N = Int }
val m: Bag{f: Int; 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)?
steps
Using Scala 2.12.14 + SBT 1.5.x
Just include this import in your source
import java.time.temporal.ChronoUnit.MILLIS.{between => millisBetween}
problem
java.lang.NullPointerException
at xsbt.Dependency$DependencyTraverser.lookupImported$1(Dependency.scala:394)
at xsbt.Dependency$DependencyTraverser.$anonfun$traverse$1(Dependency.scala:396)
at xsbt.Dependency$De
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).
Description
It looks the Polynote doesn't support to configure Scala REPL like other notebook product.
For example, jupyter notebook support to configure Scala REPL such as
interp.configureCompiler(_.settings.outputDirs.setSingleOutput(replClassPath))
interp.configureCompiler(_.settings.Yreplclassbased)
Some configuration is hard-coded such as settings.Ydelambdafy.value is s
When porting tests from Scala.js to Scala Native and also creating new tests, developers have been using the following package by just changing the org in the package name:
package org.scalanative.testsuite.javalib...Initially when the ability to run the tests against the JVM, they were changed to the following for example to avoid using the java package name:
packag-
Updated
Nov 19, 2021 - Jupyter Notebook
-
Updated
Oct 15, 2021 - Python
-
Updated
Nov 11, 2021 - Kotlin
-
Updated
Nov 19, 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.