Results 6 issues of Szymon Richert

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.8.0 **System**: Mac OS X 10.11.5 **Thrown From**: [pull-requests](https://github.com/philschatz/atom-pull-requests) package, v0.0.23 ### Stack Trace Uncaught TypeError: Cannot read property...

- [ Y ] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). - [ Y ] I have checked for similar issues and haven't found anything relevant. - [ Y ] This is...

So- when I'm trying to pass additional arguments to terraform call after `--`, those arguments aren't being propagated to any terraform call. Example invocation: ``` bash -x ./bin/terraform.sh --action plan...

moreinfo

Hi! I have use case, where I need to be able to put any character into external helmfile's URL. Example of such MVP helmfile: ``` helmfiles: - path: git::ssh://git@url/proj/[email protected]?feature/xd ```...

Hey! I'm working quite extensively with helmfile and I was hoping to use it's hooks to determine what containers are being used in the target kubernetes cluster through helmfile hook....

According to semver 2.0 specification (mentioned in [official poetry docs](https://python-poetry.org/docs/pyproject/#version)), there is no special requirements for pre-release suffix- namely: ``` A pre-release version MAY be denoted by appending a hyphen...