greg taube

Results 2 issues of greg taube

I am using: implementation("com.google.api-client:google-api-client:2.7.0") implementation("com.google.oauth-client:google-oauth-client-jetty:1.36.0") implementation("com.google.apis:google-api-services-gmail:v1-rev20240520-2.0.0") val listResponse = gmailService.users().threads().list(meUser) .setQ(query) .setFields("threads(id)") .setMaxResults(10L) .execute() with query in:inbox -label:test The end result is to get emails in the inbox, but not...

I want to run in a --strict mode that fails if I have: 1. Unused params 2. Unused frontmatter keys 3. broken links (either to images or other articles), at...

Proposal