Erez Rokah

Results 560 comments of Erez Rokah

> This can be done by using a GitHub Action matrix, where each job targets a subset of the tests. Thanks, we use a GitHub actions matrix, but Cypress takes...

Hi 👋 thanks for the reply. Sorry for not being clear, I'm saying it should not return the repository based on the rest API schema from the GitHub documentation. So...

> It turns out in this repo that we reuse a great number of structs when they are _mostly_ similar so that we don't have to define custom structs for...

Hi @GabriFila, the current workaround is to use https://www.netlifycms.org/docs/collection-types#filtered-folder-collections e.g. have a `show` field on entries and add a filter entries with that value set to `true`. Also related https://github.com/netlify/netlify-cms/issues/1000

I'm going to have a look at the suggestion to add a `type: exclude/include` to `filter` and also to support entry meta data like filename. Feels like it shouldn't be...

> As mentioned earlier, we are actively trying to resolve this. Thanks @eshitachandwani for handing this issue. Didn't find if it was already mentioned but this issue impacts consumers of...

> Are they currently affected by using `grpc.NewClient`? They are currently affected due to this change https://github.com/googleapis/google-cloud-go/commit/be2d56dd036cde7c55ed60e7df852fdd5571a6cc#diff-215847f913454f2311866edbdbf41d7a3cd3879e0ed0e7aa26f4ad771dd6a1dcR296. We're experiencing the same issue as this one only when using the Google...

@arjan-bal considering the recommendation to revert back to `grpc.Dial` is there anything to be done to prevent other consumers of `grpc-go` from running into the same issue? I think the...

> @erezrokah the fact that the `dns` resolver resolves the backend hostname on the client is a bug, it wasn't intentional Thanks for the additional context I thought this was...

Hi 👋 When are we expected to receive an update on the issue?