James Kyle
James Kyle
*Description of changes:* This PR lifts the private restrictions on the SERDE classes. It also reorganizes the code to a single object/class per file for easier code navigation and discovery....
Spark uses an old version of protobuf. ScalaPb uses the newest version. When dealing with spark sessions in amm, this results in missing method exceptions, etc. as scalapb tries to...
As in title, any spr command throws a nil pointer error ``` git spr update > git rev-parse --show-toplevel > git fetch > git branch --no-color > git rebase origin/develop...
## Why upgrade `rules_jvm_external`? The current version of `jvm_export` supports uploading to S3 hosted repositories. I needed this for my current project. ## Why reorganize the WORKSPACE.bazel file? For some...
```scala import com.fasterxml.jackson.databind.{ObjectMapper, SerializationFeature} import com.fasterxml.jackson.module.scala.DefaultScalaModule import com.fasterxml.jackson.databind.json.{JsonMapper} case class B(a: String, b: String) val mapper = JsonMapper.builder().addModule(DefaultScalaModule).build() mapper.writeValueAsString(B("a", "b")) // "{\"a\":\"a\",\"b\":\"b\"}" val s = mapper.writeValueAsString(List(B("a", "b"), B("c", "d"))) //...
# Problem I've used a couple of different JIRA / Github integrations and they seem to essentially work the same way. 1. If a PR references an issue ID in...
This causes duplicate defined resource error if you're using another module to manage that resource and the ordering doesn't work out just right. If the service is required for this...
After entering the recommended profile configuration snippet and installing matplotlib_iterm2 module, I get the following critical error on ipython start: ``` [TerminalIPythonApp] CRITICAL | Bad config encountered during initialization: [TerminalIPythonApp]...
Steps to reproduce for 0.14.9: # Run `git spr status` or something, it generates a config file that looks something like ```yaml githubRepoOwner: TheOwner githubRepoName: therepo githubHost: github.com requireChecks: true...