Andrew Ash
Andrew Ash
Looks like we previously thought the wire spec does specify JSON serialization: https://github.com/palantir/conjure-java/issues/1812#issuecomment-1138931195 I'll add a clarifying example to the wire format doc.
In my preliminary testing, this caused a simple count(*) job of 120-130 sec to go down to 100-110.
Hi @iamdanfox, enabling this nullaway plugin on an internal repo would have found a bug that hit our users, but sadly it wasn't already enabled. I'd like to revisit turning...
There are some excavators that read the `versions.lock` file -- see https://g.p.b/excavator-checks/excavator-gradle/search?q=versions.lock They might need to be updated to handle these extra comments, but they should have been handling the...
We have the same issues with `versions.props` as we do with `versions.lock`. Incrementing the version number of two adjacent lines in separate, overlapping PRs causes a git merge conflict in...
Thanks @bluekeyes for linking that -- happy to have that improving legibility. I think with our recent internal migration away from github teams, I now only see that I need...
@pkoenig10 I think this is a dupe of the now-merged https://github.com/palantir/gradle-baseline/pull/2734, so we can close
Relevant for https://github.com/predibase/lorax/issues/392, I would be interested in a Jackson option that allowed parsing this invalid JSON: ``` {"key": 2022-02-02} ``` as if it were this valid JSON: ``` {"key":...
Many thanks for your work on this repo by the way! Best project I found to get my photos out of FB without losing the dates. I have a good...
Because of this issue this repo is still on retrofit 2.4.0 -- https://github.com/palantir/conjure-java-runtime/blob/cf9e9c7f484c0e1d5e5205134a2d29bee7ca69cb/versions.props#L51-L52 But now 2.4.0 has a known CVE: https://nvd.nist.gov/vuln/detail/CVE-2018-1000844 which is being flagged in internal vulnerability scanners, so...