Marquis Wong
Marquis Wong
It would be really nice to switch touchbar button modes when various modifier keys (or key combinations) are held.
Is there currently an endpoint that provides the collection info? Specifically, I'm looking for the collection creation timestamp, since that is the date that all due dates are relative to.
Right now, Sputnik requires two parameters, the changeId and commitId to report to Gerrit: sputnik --conf /path/to/conf.properties --changeId I0a2afb7ae4a94ab1ab473ba00e2ec7de381799a0 --revisionId 3f37692af2290e8e3fd16d2f43701c24346197f0 It turns out you can also use the change...
Robot comments show up in the Findings tab, instead of in the comments. This makes it much easier to differentiate from them a reviewer's comments. The API requires a "runId"...
Gerrit 3.2+ has the ability to show robot comments as separate from human comments, in the Findings tab.
This allows scripts/tools to take the return result into account. Furthermore, Extensions of sputnik like the sputnik-maven-plugin can use a return value of the Engine to communicate the result of...
# Description ## How did the Spark Cassandra Connector Work or Not Work Before this Patch Spark Cassandra Connector did not work with Scala 2.13 before this patch. ## General...
Let me know if you'd prefer this as a separate project entirely, but I think within the Immutables project is a good place for it. One thing I've noticed that...
If I have a simple class ``` public class Foo { private final String value; public Foo(String aValue) { value = aValue; } public String getValue() { return value; }...
It doesn't appear that Avro serialization supports `@JsonIdentityReference` and `@JsonIdentityInfo`. It would be great if it did.