Martin Ockajak

Results 6 issues of Martin Ockajak

Reading basic data *values types* from *JSON* `Null` values should trigger errors since *values types* in Scala are [not nullable](https://www.scala-lang.org/api/2.13.3/scala/Null.html). Currently, reading a *JSON* `Null` value produces the *default value*...

### Motivation ### For in scripting or prototyping use-cases for which *scala-cli* was designed, it is very important to allow of use command-line arguments as conveniently as possible. Early versions...

Repository: https://github.com/automorph-org/automorph

## Steps Run this command: ```bash sbt --client new scala/scala3.g8 ``` ## Problem SBT fails to create a project and crashes with the following error: ```bash [info] entering *experimental* thin...

Bug

Hi [Automorph](https://automorph.org) is a Scala RPC library which is directly inspired by scala-json-rpc and provides most of the relevant functionality (excluding bidirectional calls and ScalaJS support at this moment). Perhaps...

### Versions - json4s: 4.1.0-M6 - Scala: 3.3.3 - JDK: 22.0.1 ### Problem It seems that the latest release of json4s was compiled using Scala 3.4.2 (a non-LTS version) which...