Asher Foa

Results 38 comments of Asher Foa
trafficstars

fixed, release coming soon (I want to move stuff to use Github Actions first)

@proAlexandr I run kubectl from the command line, where I have an [AWS_PROFILE environment variable](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) set so it knows which AWS profile to use. this gets set automatically for me...

@proAlexandr I don't have to do that... I am relatively new to k8s, but I think we use certs in our .kubeconfig so I din't have to keep calling the...

/assign @nckturner

``` in pants.backend.go.util_rules.third_party_pkg.download_and_analyze_third_party_packages in pants.backend.go.util_rules.third_party_pkg.analyze_module_dependencies Traceback (most recent call last): File "/home/toolchain/.cache/pants/setup/bootstrap-Linux-x86_64/2.14.0a0_py39/lib/python3.9/site-packages/pants/engine/internals/selectors.py", line 653, in native_engine_generator_send res = func.send(arg) File "/home/toolchain/.cache/pants/setup/bootstrap-Linux-x86_64/2.14.0a0_py39/lib/python3.9/site-packages/pants/backend/go/util_rules/third_party_pkg.py", line 212, in analyze_module_dependencies version = mod_json["Replace"]["Version"] KeyError: 'Version'...

also noticed that when running the `fmt` goal it triggers this message (when fmt actually changes files): `20:10:54.36 [INFO] Filesystem changed during run: retrying `Fmt` in 500ms...`

https://github.com/pantsbuild/pants/issues/13393 seems related.

discussion: https://pantsbuild.slack.com/archives/C046T6T9U/p1643062798250100