Evgeniy Belyaev

Results 6 issues of Evgeniy Belyaev

Changing the press mode (once or continuous) didn't work for me when the key was the same. Switching to a different key allowed setting the desired mode. ```shell footswitch -s...

In a previous discussion about inefficiency in the globStatus implementation ([see issue #123](https://github.com/GoogleCloudDataproc/hadoop-connectors/issues/123)), it was mentioned that the API lacks server-side filtering support. I've noticed that [the list endpoint](https://cloud.google.com/storage/docs/json_api/v1/objects/list) now...

The task in GH actions looks like it was successfully executed but in realty, it failed: ![image](https://github.com/newrelic/deployment-marker-action/assets/521575/17963203-4538-4f8c-aa87-0019bc8b3400) ![image](https://github.com/newrelic/deployment-marker-action/assets/521575/bc06e60a-055f-4eab-8461-e63354742e45)

It would be great to have a possibility to provide with own interceptors for service initialization since there is currently no way to inject [there](https://github.com/googleads/google-ads-ruby/blob/a17f27d556f95fcdbf95661d01644733035705cb/lib/google/ads/google_ads/google_ads_client.rb#L127). Ideally (or additionally) in a...

enhancement
difficulty: medium

In some cases mongodb query planner does not use filename index and scans by uploadDate which much slower. Using hint we can ensure that document will be looked up by...

### Current Situation In the current implementation, there is no way to specify which area should be cleaned. ### Proposed Change It would be amazing to be able to specify...

enhancement