Yaron Yarimi

Results 9 issues of Yaron Yarimi

**Describe the bug** This is more a regression than a bug. I've upgraded from `6.0.0` to `7.1.0` and I've noticed you started supporting empty values for strings but the [latest...

Hi 👋 I use `release-drafter` in a way that I got minor/major releases which work as should but from time to time I got a hotfix that I need to...

What are the steps to reproduce this issue? ------------------------------------------- 1. set `versionFunctions` to `false` 2. Try setting canary deployments, you'll get the error as in #38 What happens? ------------- Generated...

I can't put a finger on the specific issue but what I experience is that my mocks gets stubbed (i.e return some default value as `undefined`) but doesn't treat `.mockImplemenation`...

Hi, I'm using `@octokit/rest` as my GH rest client and I found a possible bug in https://github.com/octokit/request.js/blob/92e7e1c6609b694ba3cf69fa7a86efd9dbc6e5f3/src/fetch-wrapper.ts#L50 where I use a fetch wrapper that return `headers` as a non-iterable object....

Type: Bug
Status: Up for grabs
hacktoberfest

It looks like the `type` field is configured as required under the `Object` type (in `bitbucket.d.ts`) so it also requires it for every PUT/POST method params type of the client....

We're using the logger to send outputs of bash commands, and sometimes those commands emit empty messages that doesn't fall under [this rule](https://github.com/lazywithclass/winston-cloudwatch/blob/72b4c9d81540efd3c574fcbb667d07fed7162f78/index.js#L63) (i.e, they still contain newlines, tabs and...

### Describe the Feature AWS recently added a [new storage class to EFS called Archive](https://aws.amazon.com/blogs/aws/optimize-your-storage-costs-for-rarely-accessed-files-with-amazon-efs-archive/) AWS Terraform provider will soon have a release that adds support to it (see [PR](https://github.com/hashicorp/terraform-provider-aws/pull/35096))...

**Describe the enhancement** Have the ability to check if a cache exists without downloading the actual files. **Code Snippet** N/A **Additional information** Re-use the existing cache check functionality from `restoreCache`...

enhancement
cache