Daniel Chao
Daniel Chao
This assertion fails, when I expect it to succeed: ```go strOne := "foo" strTwo := "foo" assert.Equal( t, map[*string]string{&strOne: "foo"}, map[*string]string{&strTwo: "foo"}, ) ```
I have column whose type is `CHAR(10)[]`, and am attempting to use an AdavancedArrayJdbcType to create a mapping into a scala class. Here's how I'm creating the mapping in my...
This adds a trailing slash that was missing from the documentation homepage.
* Use `mavenCentral()` if release version * Use `sonatype` if snapshot version
This is a re-submission; was originally #161655 - [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? -...
* Prevent build_artifacts.txt files from being published as GitHub releases * Bump version to 1.0.2; make PRBs not depend on flakey pr-approval job
* pkl-excutor tests: copy 0.25.0 distribution into pkl-executable/build * Use `IoUtils.getPklHomeDir` in HttpClientBuilder * Simplify Exceptions.java * Enable testing for older pkl-executor distribution (CC @translatenix)
Supercedes and closes #255
Following design of SPICE-0004: https://github.com/apple/pkl-evolution/pull/5