Denis DelGrosso

Results 134 comments of Denis DelGrosso

I do not believe this to be easy to remove. The reason it is imported is that under certain situations (rate limiting if I remember correctly) the GCS API will...

There are several places in the code that we utilize the deep option to extend (example [here](https://github.com/googleapis/nodejs-storage/blob/main/src/bucket.ts#L3292)). While the shallow cases could be replaced by `Object.assign` the deep cases would...

Thank you for reporting this @jpambrun. I will investigate and update the issue accordingly.

Hi @jpambrun. Thank you for the code above. I have attempted to reproduce this in my local environment utilizing calls to GCS as opposed to the emulator. I wanted to...

Hi @camflan thank you for the PR. Can you update the commit message to follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).

Hi @Aliaksandr-Kasko-JazzTeam thank you for opening an issue. Can you provide us with a bit more information, how often are you seeing this error? Was the code you provided previously...

@Aliaksandr-Kasko-JazzTeam by chance have you tried the above on a platform other than Windows, if so what was the result? Is there anything special or different about destination argument? Could...

I also tested this in a Windows 10 environment but did not see the issue. @Aliaksandr-Kasko-JazzTeam if you can provide the information from my previous comment I will investigate further.

Thanks @amerej we believe we have found the cause of this issue and we will be releasing a fix shortly.