Carl Mai
Carl Mai
> Having thought about it, I don't think this is a good idea under bump2version's current mode of operation. It rewrites the config file every time, and when you have...
Sorry for derailing the discussion with my comment. I was not talking about parsing. I see the danger in rewriting the toml by parsing and then pretty-printing everything just to...
What do you think? It is not breaking existing tools while having finally a way to write comments into the cfg-file. This is especially important if the file is used...
I also have a solution for this issue here: https://github.com/c4urself/bump2version/pull/163 Its using bump2version itself to bump the cfg, so it will only replace what is needed
Hello @gimbo, in maven we have a similar problem where dependencies as well as our software are inside the `` xml-tag. Our solution to this is to modify our xml...
Not an expert with modbus, but I'm currently reviewing multiple libraries and found this: https://github.com/angeloc/simplemodbusng/blob/master/SimpleModbusSlave/SimpleModbusSlave.cpp#L202 The comment also confirms @Simonefardella observation that a lower baudrate requires the delay even more.
I get the same error (seldomly): ``` python3 --version Python 3.5.3 radicale --version 2.1.8 ```
I opened a duplicate on #285
I also needed this feature, but I just wanted to include every `.md` and nothing else: ```yml regex: - '.*(?
Maybe when rewriting it to a look-ahead its possible? But a look-behind has to be fixed-width. Additionally, I wanted to use the material theme and so have to include `*.md`...