wollowizard
wollowizard
Here's a video of the issue: https://user-images.githubusercontent.com/2480280/186126634-96348274-e68e-4906-a69f-cb72fad0a14e.mov And the code to reproduces: [profile-not-loaded.zip](https://github.com/GoogleCloudPlatform/cloud-code-intellij/files/9401396/profile-not-loaded.zip) ### Expected Behavior I create a run configuration and choose a profile. I save the run configuration....
As you can see [here](https://github.com/helm/helm/issues/3553), helm is not going to add a namespace when we run helm template. For this reason, many helm charts add a `namespace: {{ .Release.Namespace }}`...
### What version of Bun is running? 1.1.8+89d25807f ### What platform is your computer? Darwin 23.3.0 arm64 arm ### What steps can reproduce the bug? in Bun shell, I believe...
### What is the problem this feature would solve? In bun shell, if I have 2 instructions on 2 lines, the return code of the first is always ignored (which...