Ben Kurtovic
Ben Kurtovic
This falls under the class of issues that require MWPFH to have some knowledge of the parsing environment that it can't gather from the source alone. Those are tricky under...
I get the underlying issue, but when do you want to update the opening tag but not the closing one?
Can you give an example? Struggling to come up with a situation where mwparserfromhell does not do what you expect it to...
Aha, GitHub, that's great! Daylight savings time messed up the comment order. Oh man.
`"thumb|Label text"` is correct, since the parser treats all wikilink-like things the same way. Ideally, we would understand what a file is and treat its caption specially (so you could...
Hm... that's a bit clunky, but I suppose it's better than having a dictionary or some other alternative I can't think of right now.
`filter_wikilinks` doesn't do any actual work, it just navigates the tree. This would have to be an argument to `mwparserfromhell.parse`... I'm really uncomfortable about adding site-specific arguments like this to...
In the script around line 343, I think you just need to change this settings ID? ```javascript var USER_SETTINGS_ID = "exportLayersToFilesCustomDefaultSettings"; ``` You can probably add a number to the...
This is not a problem with git-repo-updater, but with [GitPython](https://github.com/gitpython-developers/GitPython); please report the issue there.
I think this should be fixed now as of GitPython 3.1.1?