Peter

Results 19 issues of Peter

The first example code in the tutorial is very unclear: ```python from git import Repo # rorepo is a Repo instance pointing to the git-python repository. # For all you...

acknowledged

I don't know if this is related to #178, but sometimes the wrong direction arrows are shows. Take image http://mapillary.com/map/im/6t21NZGkTvytg3eLadNlBw. This image is directed roughly south, though the sequence is...

bug
info-tracked
affects-graph

The following causes a fatal error in XML/XHTML, and will break any page interpreted as XML: ```xml ``` This is because the double dash is interpreted as a comment delimiter,...

Especially on tables with lots of columns, it would be nice to highlight the whole column that is sorted, instead of just an arrow in the header. This would require...

Har NAV vurdert forskjell i oppfatning mellom ikoner for "hjelp" og "informasjon"? Hjelp, som regel med et spørsmålstegn som ikon, åpner i mange grensesnitt en omfangsrik veiledning, gjerne i et...

bug 🐛

The URL at the top of the page is broken because of a newline in the middle of it: ``` ...the [Angular resource module](https://docs.angularjs .org/api/ngResource/service/$resource) (ngResource) to ... ``` This...

Wiki code: ```wiki This is some example HTML code Some more HTML code ``` Mediawiki will output: ```html <p>This is some example HTML code</p> <!-- Here is an HTML comment...

good first issue

On multiline code blocks (inside ``, ``, `` or `` tags, or indented by space), if one writes the first line of code on the same line as the opening...

good first issue

Wiki code: ```wiki Nameless link: [https://example.com/] ``` Mediawiki output: Nameless link: [1] ```html Nameless link: [1] ``` Wikicloth output: Nameless link: https://example.com/ ```html Nameless link: https://example.com/ ``` Of course it...

good first issue

Wiki code: ```wiki {| | A1 || || A3 |- | B1 || B2 || B3 |} ``` Mediawiki output: ```html A1 A3 B1 B2 B3 ``` Wikicloth output: ```html...

good first issue