Skip to content
#

Scala

scala logo

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,387 public repositories matching this topic...

adriancole
adriancole commented Aug 29, 2018

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

lila
TBestLittleHelper
TBestLittleHelper commented Sep 18, 2020

Currently, h8=q and H8 works to promote to a queen.
h8=Q does not work. (I think this should work)
h8Q also does not work. (Not sure if this should work, but the user in discord tried this first.)

As a side not, the box shows red when typing h8= , despite this still being able to result in a valid input (h8=q)

https://cdn.discordapp.com/attachments/352965935809691658/756613568475955302/unk

Mitsuder
Mitsuder commented Oct 1, 2020

I've got to send a multipart request. The first part is a json that describes all following parts. Other parts are raw file bytes. The number of files could vary.

Current state:
It is possible to assign only the whole body to a request using Pebbple. But as far as I know, Gatling treats PebbleBody as a regular String, so that it is impossible to send raw file content (PDF for example) in r

NeQuissimus
NeQuissimus commented Jan 7, 2019

I just came across the fact that a Show[Throwable] exists.

  1. It is not wired up into import Scalaz._, one needs to import scalaz.std.java.throwable._
  2. 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)?

mpilquist
mpilquist commented Sep 24, 2020

SBT currently adds various Scala version specific source directories -- e.g., src/{main,test}/scala-{major.minor}. With the Scala 3 release getting closer and libraries cross building for Scala 3 and Scala 2, it would be helpful if SBT added major version specific source directories as well -- e.g., src/{main,test}/scala-{major}.

I've been using this snippet in fs2 and a few other projects:

Created by Martin Odersky

Released January 20, 2004

Website
www.scala-lang.org
Wikipedia
Wikipedia
You can’t perform that action at this time.