Matthieu Moy

Results 65 comments of Matthieu Moy

You may want to add `Fixes #673` somewhere in the commit message so that merging the PR fixes the bug. With your patch, httpbin would have a strong dependency on...

FYI, Werkzeug 2.0 was released on May 11th, 2021 (i.e. not "very recent" but not so old either), so it may be nice to support older versions if there's a...

Actually, this is the behavior of the text tool when used with the left mouse button (click to start entering text, then type text using shift+Enter for newlines, and validate...

@coling: did you eventually get it working? If so, care to send your code?

@coling: Thanks. I don't have plans to add the feature in `git-multimail` itself (not in the short term at least), but it's nice to see that the tool is already...

We need to html-escape the body because the commit message can contain HTML special characters (, ...). So, to get proper HTML links within the body, you'll need to filter...

A long time since I hacked into git_multimail.py ... The first thing to look at is how HTML pretty-printing is done, that is `Change.generate_email()`. You can probably hook your code...

You're not the only one to wish this, so at least the best alternative for other users is that you hack the script and submit a pull-request ;-).

> Well, my hack is currently very specific to my needs and not appropriate as a pull-request Draft pull-requests are welcome too, I won't merge it but it can serve...

The difficulty would probably not be the management of the GitHub hook itself (never worked with it, but your proof of concept is rather convincing that this can be done...