Valentin Lab
Valentin Lab
I'm trying to use `crudini` on wireguard's config used by `wg-quick`. There's a nice example of this file right on the main page: https://www.wireguard.com/ Let's repeat it here: ``` [Interface]...
I have to manually check version of ``tldextract`` to delete the file when ``tldextract`` is updated. What is the rationale of not doing this on the ``tldextract`` side ? (by...
I'm Valentin Lab, the original author of python package 'colour'. I'm pinging @multani @priestc @hellais @mehcode @JDongian because you have contributed in one way or another to 'colour' package. So...
Git notes could be used to: - allow afterthoughts re-wording of commits - allow to effectively replace usage of commit message content (for those that would prefer this method) -...
Can you provide angularJS template: https://github.com/ajoslin/conventional-changelog/blob/master/CONVENTIONS.md - GNU changelog format ? http://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html - Debian changelog format ? https://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog - Markdown format would be great also. Some random links about thoughts...
When using annotated tags, a message is attached to the object. Currently, gitchangelog does not do anything with this message. But it could make sense to add it to the...
In some case, we can want to generate sort of a sub-changelog in a subdirectory. For instance, you could be using a framework supporting addons/modules. Each of which are not...
The test "oracle" data to plain files and probably factorize much of the actual tests. This will improve the readability and writability of tests.
Here are my 2 cents, First, I'm the author of `gitchangelog` which will "dump git logs into your changelog". But I feel somewhat that we are chasing the same rabbit....
I'm not very fond of this 'cookiecutter.' everywhere. I'm aware this might be a controversial subject. What is the rationale behind it ? Here's a link to a branch https://github.com/0k/cookiecutter/tree/pr-remove-namespace...