navrkald

Results 9 comments of navrkald

If @jacob-meacham still disagree pls don't close it immediately and let people express their opinions.

To me it worked to me to update python version to 3.8 in `Pipfile` and `Pipfile.lock` manually and then run following commands: ```bash pipenv --rm pipenv --python 3.8 ``` and...

I can confirm the bug. I have checked as well the source code and bug is in logic of method [checkoutLocalBranch](https://github.com/gruntwork-io/git-xargs/blob/master/repository/repo-operations.go#L159) which clones repository, then it creates on top of...

Any plans/roadmap to release Serverless v4?

Personally I want check all shell scripts, which are tracked in Git. For this purpose I am using [KISS](https://en.wikipedia.org/wiki/KISS_principle): ```sh git ls-files | grep '.*.sh$' | xargs shellcheck ```

Having exactly same issue. minimal reproducible example of Pipfile: ```toml [scripts] hello_env_variable = "FOO='hello world' python -c 'import os; print(os.getenv(\"FOO\"))'" ``` and run it: ```bash pipenv run hello_env_variable ``` And...

Please any update about this issue? It's been one and half year until creation. Our company is forcing us to use this approach as well and we had to invent...

Hi @davidrunger I am afraid expecting empty `errors` array as `false` is clearly bug which should be fixed asap. If someone doesn't know/believe empty array is truth expression he can...

Hi @brikis98 , @hongil0316 It's been 2 months since creation of this PR. Can you please review?