Edwin Walela

Results 9 comments of Edwin Walela

This is a good improvement and I would like to take it up. To confirm, does this seek to address the hardcoded `kapp-test` namespace instances in `annotations_test.go` only?

@praveenrewar The `kapp-test` namespace is hard coded [here](https://github.com/vmware-tanzu/carvel-kapp/blob/4efc4822852b4077de8a3e6d3887d67529ff30f6/test/e2e/diff_test.go#L309-L356), yet the namespace is provided as an environment [here](https://github.com/vmware-tanzu/carvel-kapp/blob/4efc4822852b4077de8a3e6d3887d67529ff30f6/test/e2e/diff_test.go#L256). Could this cause the test to fail as well?

@praveenrewar Thanks for the update. I have submitted a PR to fix this issue. Let me know if there is something I have missed out :)

Is this still needed? If so, I could do it. I already have a hangman game implementation on my [discord bot](https://github.com/EdwinWalela/Mallory/blob/master/src/callbacks/hangman.js)

Yes, I'd appreciate that. Also, is there some material on running the bot locally. I'm getting a token missing error despite copying the `.env` file. Is there something I'm missing?

Hello @pjbgf, this issue seems to have been left out. Is a fix still needed? If so I'd be happy to work on it Will the Helm version and tag...

Our cluster is using Weavenet as it's CNI. I resolved the issue by deleting and reaplying Weavenet CRDs delete `kubectl delete -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"`...

Running the sample code on the README ```go import ( "github.com/dgraph-io/badger/v4" c "github.com/ostafen/clover" badgerstore "github.com/ostafen/store/badger" ) func main() { // use OpenWithStore() if you want to select a different storage...

Is this still required? `app_metadata_output_test.go` doesn't seem to exist was it renamed?