Tom Dudley
Tom Dudley
I needed the same functionality so leaving this here in case it's of use to anyone. Note the use of `find_modules_that_directly_import`. ``` from grimp import ImportGraph from importlinter.application import output...
It's also worth mentioning that the test here adds to the confusion - https://github.com/aws/aws-cdk/blob/43efe5976f7442cae81c83886ee3869695ae7e90/packages/%40aws-cdk/aws-eks/test/cluster.test.ts#L1244 The description suggests that it's testing kubectl resources can be created in separate stacks. Depending on...
I followed up the Content-Length issue with Google through other channels and believe this is now fixed (`oras cp -r` which previously failed, now works). I'm unsure if this unblocks...
I followed up with Google on the `OCI-Subject` header and can confirm this is now fixed, so `oras cp -r ` behaves correctly on Artifact Registry now (i.e. it doesn't...