Daniel Woffinden

Results 7 issues of Daniel Woffinden

I think this also needs requesting on sync or upgrade, in case the app/OS is updated or the permission revoked, but as that's more async I'm not sure where to...

Previously, it was applied only for regular commits, and merges were attributed to `root`. jgit seems to have no way to specify the comitter, but it does read from the...

From the git man page: https://mirrors.edge.kernel.org/pub/software/scm/git/docs/git-commit.html#_discussion > Though not required, it’s a good idea to begin the commit message with a > single short (less than 50 character) line summarizing...

These aren't required for the common 'com.google...' types.

Fitbit seem to store weight to the nearest 0.1 lb anyway, so if you enter weight into FB as kgs, it's irksome to see it reconverted with many decimal places.

Following https://checkerframework.org/manual/#reporting-bugs, * commands (that can be cut-and-pasted into a command shell): ``` ~/checker-framework-3.29.0/checker/bin/javac -processor nullness Test.java && java Test ``` * inputs: `Test.java`: ``` // Copyright 2023 Google LLC....