Results 89 comments of Eli Young

[The official documentation][doc] claims that `-bool TRUE` should work with 10.13. That being said, @VladAtOple: did you make sure to log out and log back in after changing the value?...

>I think your example shows the opposite of what the first line of your message says? It appears to be dumping the JCEKS file, and not the JKS file. Oops....

It looks like there's no check whether the value of `messages` is callable and subsequent call. By contrast, `contrast` is documented similarly but [the function is actually called][choices]. There is...

The problem is that this requires the git commit messages to be designed for the change log and annotated for parsing into one. Git commit messages [are best used to...

> (Personally, I prefer no dates -- they can be recovered from git, and I don't think they add value.) Not every project is open-source and, even then, not all...

One thing that might be nice is if the tool supported building annotated git tags based on the changelog. So, if we use this project's changelog as an example, it...

My script does backdate to the time of the tagged commit, but I could also modify it to also prompt for a version name so it would output something like:...

That's all pretty simple to handle inside a script. As for the default comment, my script writes the tag message to a file and then feeds it to git with...

On further review, there are currently several plugins in the marketplace with version below 1.0.0, just marked as beta, so it may be possible to submit Remind Bot even before...

> I did all the checks I could, I'm not quite sure how to make zlib complain about incomplete data when decompressing piece `a` Check the value of [`d.eof`](https://docs.python.org/3/library/zlib.html#zlib.Decompress.eof): ```shellsession...