Kiran Kumar Kotari

Results 92 comments of Kiran Kumar Kotari

For me it took 2-5min, its scraping the python.org to get all python versions. Get Outlook for Android ________________________________ From: Manas Talukdar Sent: Tuesday, October 20, 2020 11:18:48 AM To:...

@manastalukdar Thanks. Looks like it depends on your internet speed as well. I have tested in high speeds to it was not a problem and didn't realised it. It will...

Great 👍👍, for python they have given some options to install via cmd, for ironpython I need to look them. If there are options given it's easy, else it's takes...

Yes, we are changing code pages in the following lines - [pyenv.bat L3](https://github.com/pyenv-win/pyenv-win/blob/063052f0cc8c894ed8c68138255b6cd2472efba1/pyenv-win/bin/pyenv.bat#L3) - [pyenv-lib.vbs L264](https://github.com/pyenv-win/pyenv-win/blob/063052f0cc8c894ed8c68138255b6cd2472efba1/pyenv-win/libexec/libs/pyenv-lib.vbs#L264) - [pyenv-lib.vbs L272](https://github.com/pyenv-win/pyenv-win/blob/063052f0cc8c894ed8c68138255b6cd2472efba1/pyenv-win/libexec/libs/pyenv-lib.vbs#L272)

If anyone wants to work on this, here are the checkpoints - [ ] Create latest_tags.xml from .versions_cache.xml contains only latest version mappings - [ ] The above code need...

@jamesbraza feel free to list the tasks to make such change and create a PR for the same.!

@beelit94 `tf.plan()` return code 2 in the following scenario. ``` In [36]: cmds = ['terraform', 'plan', '-no-color', '-input=false', '-detailed-exitcode'] In [37]: p = subprocess.Popen( ...: cmds, stdout=stdout, stderr=stderr, cwd=working_folder, env=environ_vars...

To install terraform to run test cases ``` permissions: contents: read jobs: terraform: name: 'Terraform' runs-on: ubuntu-latest environment: production defaults: run: shell: bash steps: # Checkout the repository to the...

> Since the Installation section was important, in future, it might be readable to write kind of the Quick Start including a short installation in README instead of the full...

> I tried adding a section of quick start to the README and described how to install using PowerShell. Please also check the necessity to this PR. [tak-sakumoto@802d5c5](https://github.com/tak-sakumoto/pyenv-win/commit/802d5c5517313dca7aac349e614162cc82215aaf) looks good...