Remi Rampin

Results 489 comments of Remi Rampin

So stacked-up depends on `six==1.2.0` (in requirements.txt) while setuptools & pip use six 1.10. pip downgrades six as requested then becomes broken. Changing the requirement to `six>=1.2.0` might be enough...

This seems to work in the pre-built VM on OSF, so I'll mark this as "rotten".

This change should fix it, but the package needs to be rebuilt.

If you don't mind me asking, how is the map generated?

I ran into this too! @glenfant it seems you forgot the `license` field in 6634d280

Ok, I finally got it to build on Windows (using a Makefile). Seems to be working quite well... Screenshot here: http://i.imgur.com/ciIm1.jpg I've not tried using Scons yet.

I very much agree! If gathering statistics from the issues is not a primary purpose, categorizing issues into types if not very useful. I also don't understand the difference between...

It's a bit late as the labels have already been rolled out. Having to label issues on my lesson repos now, the problems I listed above are very apparent.

It seems to me that "template-and-tools", "documentation", "instructor-guide" should really not be "type". An enhancement can concern documentation, a clarification can be about the instructor guide, and so those are...

I have been trying to use the labels, however I have a lot of trouble categorizing issues. "changes requested" is useless because there is already a "review" feature in GitHub....