Tim Van den Eynde
Tim Van den Eynde
So I can close this?
Wait, so is a fix to the code needed or not?
I have been planning to write [a tool](https://github.com/Timvde/UserChromeManager) for managing styles. It handles adding [the right namespace](https://github.com/Timvde/UserChromeManager/blob/master/src/constants.py#L12) by itself. I haven't worked on it recently, though, and if reStyle is...
That is definitely what I also had in mind (as demonstrated by this [parse regex](https://github.com/Timvde/UserChromeManager/blob/master/src/constants.py#L11)). But as you can see, for `userChrome.css` tweaks (not `userContent.css`), Aris also does not include...
Hmm, it does not seem to be Python 2 compatible. We are only using 3.6, so I didn't test this. The failures in Python < 3.4 seem to be unrelated....
I just discovered an edge case (fix pushed). I'm going further down the Python 3 only route here, though, since my fix is also using introspection functionality that Python 2...
Found a minor mistake in one of my test cases too. No changes to the code itself. I just amended the fix to the first commit.
I just noticed that the 1.2.1 I got from `go get` isn't the latest... I'll try again with 1.2.2. But it doesn't seem to be a new issue, since we...
I debugged this and submitted a PR to `pat`: https://github.com/gorilla/pat/pull/20. So far, no response yet.
> Do you see any problem with Tab Mix Plus? No, sorry for being unclear about that :) I just did a search on the code and noticed that some...