Devin Smith
Devin Smith
In Gradle it might be nice to integrate with the [Application Plugin](https://docs.gradle.org/current/userguide/application_plugin.html). A similar project, [com.bmuschko.docker-java-application](https://bmuschko.github.io/gradle-docker-plugin/#java_application_plugin), does this. This makes `com.bmuschko.docker-java-application` very convenient to use for java projects that are...
It seems like the etcd-operator image is not compatible with arm. Any plans for arm support? ``` $ k get pods NAME READY STATUS RESTARTS AGE my-release-etcd-operator-etcd-backup-operator-7485fbf644-v9xvw 0/1 CrashLoopBackOff 6...
I'd like to kick off semver tags based on git branch names, as opposed to git tag names. For example: push | refs/heads/release/v1.2.3 | `1.2.3`, `1.2` -- | -- |...
It would be great if the builder code for arrays was similar to the builder code for lists. Specifically, I'm hoping to be able to build up the object one...
Fetching an attribute that has a period in its name via jmxterm always returns null. I've verified via jconsole that the values exist for these attributes.
Should Jackson encode and decode strings that aren't unicode? I've got some testing where Strings aren't encodable in UTF-8 or UTF-16, but seem to pass the Jackson encode / decode...
XChange reports bitfinex trade sizes as positive values. (https://api.bitfinex.com/v1/trades/BTCUSD) It looks like the v2 api uses negative values instead of explicitly providing "buy" vs "sell" strings. (https://api.bitfinex.com/v2/trades/tBTCUSD/hist) I'm assuming that...
I've got a custom kernel that has a lot of custom configuration. I can pass through the arguments one-by-one in the kernelspec argv such like: ```json { "argv": [ "python",...
I came across an issue in [GH CI](https://github.com/devinrsmith/deephaven-server-docker/runs/7452282847?check_suite_focus=true): ``` error: failed to solve: failed to compute cache key: failed to calculate checksum of ref 6h5t7qkfv7q6htvvsqs6sw4wd::n2jajo70gwxthi6avdwzqnrrv: "/groovy": not found ``` The...
Is there a reference anywhere for the abbreviations to team names? For example, CRP -> Card-Pitt (https://en.wikipedia.org/wiki/Card-Pitt).