Axel D.

Results 160 comments of Axel D.

I would very much appreciate if this setting also applied to all scrollable panels in VS Code. While debugging, I'm repeatedly and helplessly navigating with the mouse into the Variables/Watch/Call...

I comprehend. Yet, changing a package's `ReadMe.doc` file wouldn't cause a difference if there'd be a dangling "old" package somewhere in a cache of CDN. It's just the documentation that...

I see your point. Yet, I believe there is a false assumption on your behalf regarding the interpretation of the three parts 1. package name 2. package version 3. package...

Thanks for clarifying, @alexander-akait! Regarding to `esModule`: The loader pipeline results are opaque. So, what does the resulting JS file look like for a simple html input, like, e.g., ``?...

Hi @Raibaz, thank you for clarifying! 👍👍 Wouldn't it make sense to have the `Search()`/`SearchAsync()` methods return an `SearchGoogleAdsResponse` instead in the first place? I feel it's odd to have...

`service.SearchAsync(request).AsRawResponses().GetAsyncEnumerator().Current` always yields `null`:

Actually, I rewrote my repository's Google Ads accessor class today for it to return `SearchGoogleAdsResponse` for both, `Search()` and `SearchStream()`. It turned out that I can easily iterate through `SearchGoogleAdsResponse`....

Hi @Raibaz, would you want to forward my proposal to the corresponding team?

Sure, thanks for letting me explain my reasoning: Currently, `GoogleAdsServiceClient.SearchAsync()` returns a `GoogleAdsRow` enumerator. With this return data type, it's not possible to get the total results count. If, instead,...

Hi @Raibaz, apologies for my late reply. I would have loved to create a PR. Unfortunately, I'm currently busy working for a client. So, this time I cannot walk the...