Would it make sense to enable the following? ```r secret <- tryCatch( keyring::key_get(service), error = \(.cond) keyring::key_set(service) ) ```