Jaakko Manninen

Results 10 comments of Jaakko Manninen

Sorry for the delay in getting to this. Please add a test and I'll land it.

@fthr could you retest this - should be fixed. if not, please attach a test file

@gmarinov maybe this should be "don't open the editor inside an embed"

antti said: but seriously there should be some feedback for the user. Maybe just a message then the user should go back to the Root graph

Indeed calling `rd_kafka_poll()` is required for delivery reports and error callbacks. If it isn't called, the application won't receive errors from librdkafka and can end up in a dead state....

Maybe got a bit further, but still failling ``` kschzt@LAPTOP-7EEIPMUM UCRT64 /c/src/reclient $ bazel.exe build -s --verbose_failures //cmd/... INFO: Repository io_opencensus_go_contrib_exporter_stackdriver instantiated at: C:/src/reclient/WORKSPACE:336:14: in Repository rule go_repository defined at:...

same issue here, tried with and without `customer_id`, `login_customer_id` and `linked_customer_id` (I have to use login + linked in another app (Rust)) ``` const client = new GoogleAdsApi({ client_id: GOOGLE_CLIENT_ID,...

Fixed for me: my configuration was incorrect; also I only needed the customer_id and refresh_token, no other id's.