Owen Solberg
Owen Solberg
@sstephenson It would be useful to have this info in the README. Please consider merging. Thanks @xmik
@mollykarcher2 - I agree with you -- I **don't** want this behavior at all. (The code block is from [this project code](https://github.com/peritus/bumpversion/blob/6ec908f018a827bfae94ed50baf241461eba7bcb/bumpversion/__init__.py#L249), not what I want to be.) What I...
I ran into this problem too, and found that `-n` and `--dry-run` are not equivalent, even though the usage message says they should be: ``` --dry-run, -n Don't write any...
I am also having problems with search, specifically multi-line pattern matching.
@TAGC I got your example to work, you just had the pattern wrong in the config file. Set it up like this: ``` search = "version": "{current_version}-*" replace = "version":...
In my case, I am trying to match multiple lines of an xml file. Because it's an xml file, there is the typical whitespace beginning every line. But python [ConfigParser](https://docs.python.org/3/library/configparser.html)...
I'm still seeing this error when building RMySQL (0.10.15) with MariaDB 10.2.8 to provide backend. Edit: RMySQL 0.10.16 exhibits the same build failure. ``` utils.c: In function 'rmysql_version': utils.c:269:40: error:...
@gmagoon Thanks for documenting this. This confused me too. In addition to #133, I found [this query](https://sourceforge.net/p/bio-bwa/mailman/message/35233368/) in the bwa mail list. So we're not the only ones! @lh3 If...
I agree with @EntilZha -- it would be nice to have a more "native" way. One drawback of using Enums for the "choices" is that enum members are subject to...
I tried this out today, setting `contentType: true` to the publishDir directive of an html file, and it worked great. Would be happy to see it appear in a future...