Serdar Dalgıç

Results 13 comments of Serdar Dalgıç

I experience the same situation: ```zsh % pyenv global venv2.7 % pyenv versions system 2.7.15 2.7.15/envs/venv2.7 3.6.5 3.6.5/envs/venv3.5 * venv2.7 (set by PYENV_VERSION environment variable) venv3.5 % env | grep...

@nicktimko I guess the shims were already created, but somehow they were not found. Maybe because of the shell settings, maybe the shims were not created at that time. I...

http://en.wikipedia.org/wiki/Beerware Beerware olsun bence ;)

bence /usr/bin/binali.py adresine kurulsun, /bin/ali'ye de softlink şeettirilsin. Ne dersiniz?

I think this suggestion walks on the delicate boundary between Opentofu and TACOS. When I compare the Input Variables documents of [Opentofu](https://opentofu.org/docs/language/values/variables/#variable-definition-precedence) and [Terraform](https://developer.hashicorp.com/terraform/language/values/variables#variable-definition-precedence), there is no mention of workspace...

When I'm in a directory that defines a `.go-version`, I open vscode or [vscodium](https://vscodium.com/) as follows from this directory: ``` # For vscode $> code . ``` ``` # For...

It's astonishing to see how the default registry value is deeply hard-coded in the TF code. I find this issue significantly important to let OpenTofu be more open and free...

Thanks a lot @cube2222. +1 to start discussing the topic. I agree with your suggestions. Env var is a good start. We can also think of configuring the variable in...

Thanks for your valuable inputs. As we're introducing a new env var, using `OPENTOFU_` as a prefix makes much more sense to me. If there is no objection or a...

Also, leaving this documentation link about the [OpenTofu v1.x Compatibility Promises](https://opentofu.org/docs/language/v1-compatibility-promises) here. It might be helpful while writing the RFC.