Gordon

Results 7 comments of Gordon

FWIW, some people on my team are also affected by this. They've been adding additional `await`s in places that they aren't needed and it seems like they skirt around the...

It seems that once again jira is asking for write permissions to deployments. ![image](https://github.com/atlassian/github-for-jira/assets/52414540/aa1bf164-d1ea-43c5-b9de-b0e497650112) The documentation only mentions read permissions, but after talking with Jira support it seems like this...

Here's my binstall output. ``` ❯ cargo binstall [email protected] --force -y INFO resolve: Resolving package: 'gitui@=0.26.3' INFO resolve: Verified signature for package 'gitui-0.26.3-x86_64-unknown-linux-gnu': timestamp:1717378732 file:gitui-0.26.3-x86_64-unknown-linux-gnu.tar.gz hashed WARN The package gitui...

For me, the namespaced `Parser` does work, but only when I include the hashed namespaced suffix at the end of the value in the annotation. Is that the desired behaviour?...

> I believe the issue may be due to: [grpc/grpc#38290](https://github.com/grpc/grpc/issues/38290) I agree with @lambdal-dean, I've been pinning `grpcio==1.67.1` for months and following that issue. I tried the latest 1.71.0 and...

v0.19.0 is also missing from https://storage.googleapis.com/container-diff/. Even the `latest` there is from 2021.

The issue seems to be that the transformation treats `MemberExpression` in isolation in [property-get.ts](https://github.com/DevExpress/testcafe-hammerhead/blob/bade0f6e5483a9d595782b2e95fc148ea2a55ee6/src/processing/script/transformers/property-get.ts#L26). But `MemberExpression`s that are part of a `ChainExpression` ([estree docs](https://github.com/estree/estree/blob/master/es2020.md#chainexpression)) have semantics that should to be...