rioj7

Results 24 comments of rioj7

@jeroenheijmans I use Windows 8.1 and Google Chrome. Something strange, in your first comment you have the 3 medal Unicode characters, 3 days ago they showed as rectangles, now I...

@jeroenheijmans I found these SVG's on the [Wikimedia](https://commons.wikimedia.org/wiki/File:Emojione_1F947.svg) site, they have taken them from the github site for the Emojione font, not available anymore on the link provided, so the...

@jeroenheijmans Using something graphical makes it hard to write unit tests for. I will keep using my unpacked development version. If anybody has the same problem as I had they...

@jeroenheijmans The medal table total columns have a `span` tag (with the medal character) that has a `display` style of `inline`. If you set it to `display:block` (like in the...

@sgravrock A CSS class is added to the `ul` for the `jasmine-suite-detail`. If it is `passed` it is colored green, giving the impression that all tests of the suite have...

@hippo91 Looking at the other brains the code is written out literal. It would mean I need to copy over the class `Screen` and `Turtle` to get the parameters correct,...

@hippo91 I have the `brain_turtle.py` using a literal string with the function signatures. But what should the unittest test? I have looked at a few unittest files and it looks...

@hippo91 I have created a pull request but travis reports a problem and I have no clue what the cause is. It took a moment to get the tests running...

@hippo91 Have you looked at the Pull Request and the error that Travis reports, it is not merge block.

PR #62 is a possible solution for this