alexkuang
alexkuang
OK, thanks. The json file referenced in the google doc seems to contain a plain old private key so I wonder if their SDK just generates creds or exchanges it...
Yes that is the solution I am using right now, but I was hoping there would be a nicer way to handle it. `withoutPassthroughFields` is defined separately for each generated...
> Perhaps we could add it as a method on each generated struct so that its generic? I'm open to ideas there. I agree that would be super useful. It...
Not sure if this is still relevant, but... A _slightly_ less hacky way I got around this is importing syslog4j 0.9.46 from clojars: https://mvnrepository.com/artifact/org.syslog4j/syslog4j/0.9.46 That version should use daemon threads...