Bryan Stone

Results 3 comments of Bryan Stone

Just getting started with Firefly and am waiting on my Spectre account to be enabled. I'd love to help out with OFX support as well, so let me know if...

Not official, but I pushed out a very basic one @ https://github.com/google/google-java-format/pull/303

@matthewadams As a not-that-simple one-liner too, I'm using this: ``` docker run -it --rm -v $(PWD):/src openjdk:alpine sh -c "wget https://github.com/google/google-java-format/releases/download/google-java-format-1.6/google-java-format-1.6-all-deps.jar && find /src -name '*.java' | xargs java -jar...