Matthias Schmalz

Results 5 issues of Matthias Schmalz

Hi, I tried and failed to filter log entries with exceptions. I want to include entries that contain an Exception followed by a stack trace, but I want to not...

In one of our CI runs, we query a transaction by id and get an exception. It is quite hard to reproduce, but maybe important nevertheless? Scenario: - Submit a...

I observe that `_.lineStream_!` does not terminate if I pass a ProcessLogger with a function argument. The same program works fine, if I compile it with the Scala compiler, if...

**DESCRIPTION:** BasicBackend.DatabaseDef.stream(...) yields a publisher that is not compliant to rule 3.16 of reactive streaming. I.e., it uses a subscription that my throw an exception on `Subscription.request(...)`. We are using...

Currently, we have to write code like this to convert a scala set into a DAML set (in Scala codegen). ``` private def damlSet[A](scalaSet: Set[A]): DA.Set.Types.Set[A] = { DA.Set.Types.Set(GenMap(scalaSet.toList.map(elem =>...

component/scala-ecosystem
team/ledger-clients