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 10,356 public repositories matching this topic...
-
Updated
Sep 18, 2020 - Scala
-
Updated
Sep 13, 2020 - Scala
-
Updated
Sep 9, 2020 - Scala
-
Updated
Sep 14, 2020 - TeX
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 15, 2020 - TypeScript
noImplicitAny will help with some refactorings (such as ornicar/chessground#145). Even partial progress is useful.
-
Pick one of:
- ui/analyse
- ui/puzzle
- ui/round
-
Temporarily set
noImplicitAnytotrueinui/.../tsconfig.json. -
To compile use
yarn run dev,yarn run dev --watchoryarn run tsc --noEmitinui/.... Fix
-
Updated
Sep 9, 2020 - Assembly
-
Updated
Sep 9, 2020 - Java
It would be nice to pass multiple actions to a checkIf method , the same way as a check allows through the comma.
So, for example, instead of writing this:
.check(
checkIf("${first.exists()}")(do_first),
checkIf("$first.exists()}")(do_second),
checkIf("${first.exists()}")do_third)
it would be nice to have API as follows:
check(checkIf("${first.exists()}")(do
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)?
With SBT 1.13.11, we experience lots of problems publishing Maven artifacts with stack traces like this:
[error] java.io.IOException: Server returned HTTP response code: 503 for URL: https://....
[error] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[error] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeCons
-
Updated
Sep 17, 2020 - Scala
This is a follow-up to #4097 where we used an AtomicInteger as a poor-mans replacement for a Semaphore with tryAcquire (or maybe even drainPermits).
Plotting UI revamp
The plotting UI leaves a lot to be desired:
- When you bring up the plotting UI, it's not obvious that you have to do some work to make a plot happen. If you don't, there's no error message, just a never-ending wait. (see https://gitter.im/polynote/polynote?at=5e0e36f9eac8d1511e9ed2ff )
- Why do we make you drag things onto axes? Especially when there is only one axis it could go onto (at leas
We currently support the most common operations performed on instances of java.util.Properties, but not all of them. See our current implementation, and the functions that are marked as TODO.
The goal of this issue is to add support for the missing functions. I think that it would b
-
Updated
Sep 17, 2020 - Scala
-
Updated
Jul 27, 2020 - Python
-
Updated
Sep 17, 2020 - Kotlin


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.