webcompat life
I spent a big chunk of my time trying to figure out how to modify g
in flask.
webcompat issues
- Different behaviors for default overflow on Blink/WebKit one one side and Gecko on the other side. Wrapping or not? This leds to open "A long string of hyphens does not wrap in Firefox, but does in other browsers" and subsequently an even weirder one: "Consecutive percent signs arbitrarily wrap after every 6 characters (but not if there are fewer than 12 on the line)".
webcompat.com dev
- Title choice for webcompat.com home page. Duckduckgo, google and Bing are giving very different results. In itself, this is interesting.
- We have two sources of tests. Some in JavaScript that we call functional. And some in python which are unittests. It's sometimes a bit difficult to figure out where they should be. In this pull request, the contributor proposed to do it on the JavaScript side. But personally I have the feeling it should be on the python side. I'm not yet entirely convinced. My rationale is based on this is not involving user interaction at all, but this is generated by the application.
- Needs to redefine a bit the SVG icons
Otsukare!