Nick Sutcliffe

Results 8 issues of Nick Sutcliffe

It would be nice to get a release of this so that it can be used with Scala 2.12 and Spark 2.4.X.

As part our CICD pipeline, we have a daily build that runs on relatively small amounts of data. As part of this, we discovered an interesting bug; as part of...

Presuming I had the following: ```scala case class Container1(a: Int) case class Container2(b: String) case class MergedContainers(a: Int, b: String) ``` It would be nice to do something like either...

enhancement
dragons ahead

## Expected behaviour When using the JavaServerAppPackaging plugin in SBT, I expect it to respect javaOptions specified in SBT. Specifically, when using the plugin as follows: ```scala ThisBuild / javaOptions...

These two links to pekko documentation no longer work, I've updated them with the new locations.

## steps Tested against SBT 1.10.7 and 1.10.11 1. I ran `whatDependsOn org.apache.pekko pekko-http-core_2.13` from SBT console and it tells me what depends on the mentioned library. 2. I ran...

Bug

I had three projects open in IntelliJ. Whilst within one project, I wanted to swap to another project. I used the project drop down to select the project, IntelliJ gave...

Schemas added using `SchemaRegistryClient#addSchemaVersion` that contain spaces in the name cannot be retrieved using `getLatestSchemaVersionInfo`. Steps to reproduce: 1) Store a schema using `addSchemaVersion`, making sure the name of the...