Jeremy Carroll
Jeremy Carroll
I wrote [a test](https://github.com/jeremycarroll/bump2version/commit/728090cde0d519801e125c20b1c7f5aa9910d89e), and [fixed it](https://github.com/jeremycarroll/bump2version/commit/87bea2cc15a21179faa5e15252266d4c6d94d6e7), but this broke other things such as [test_multi_file_configuration2](https://github.com/jeremycarroll/bump2version/blob/87bea2cc15a21179faa5e15252266d4c6d94d6e7/tests/test_cli.py#L1507), which looks somewhat odd to me.
[test_multi_file_configuration2](https://github.com/jeremycarroll/bump2version/blob/87bea2cc15a21179faa5e15252266d4c6d94d6e7/tests/test_cli.py#L1507) is not just odd, it is incorrect. Running with the original code inside a debugger we get: ``` (Pdb) n > /Users/jeremycarroll/work/bump2version/bumpversion/__init__.py(276)replace() -> if file_content_before != file_content_after: (Pdb) p...
See #153 this seems to be a no-fix
We are attempting to migrate to super-linter ... without clear indication of the underlying versions of the linters, it is unnecessarily difficult
My take is that AWS don't support this sort of usage, they say e.g. on the [page](https://docs.aws.amazon.com/organizations/latest/APIReference/API_CreateAccount.html) you linked, "Deleted and closed accounts still count toward your limit." Also I...
A possible way to address this is to use a token from a github app. The rate limits for normal tokens are fairly low. I am unclear whether an app...
I read some suggestions in [jinja documentation](http://jinja.pocoo.org/docs/2.10/templates/#escaping).
In particular this circleci/config.yml snippet works in the cookie cutter template: ``` - restore_cache: key: {{ cookiecutter.project_dash_slug }}-{% raw %}{{ .Branch }}-{{ checksum "Pipfile.lock" }}-{{ checksum "_tmp_file" }}{% endraw %}...
@IButskhrikidze - I am trying to parse all the code in a repo, and it is what it is ... The parser is very close, but even one or two...