Cameron Goode

Results 7 comments of Cameron Goode

There are 2 main reasons for this: a.) The CI system this was set to use is gone (as I understand it). b.) I am not pleased with the status...

I'm looking into it. In the meantime I'm curious if you could be experiencing any encoding issues in your project. Maybe due to an IDE or wherever you're getting the...

Also of interest would be if your code was ported or using parts of Python 2 instead of Python 3. In Python 3 strings should be in Unicode (UTF-8) by...

My plan is to remove the usage of the six library based assert. Then use the Python 3 built-ins or the Unicode library to make sure it's Unicode. I suspect...

Sorry for the delay. In addition to being very busy during the summer months my development machine decided to break on me. I'm curious are you running this as part...

Oof yeah. I was working on that a few months back. I haven't had a working developer machine up until a little bit ago. But I will look into what's...

Also same as #133 I presume. I'll hold off on closing it until I'm sure of that.