George Oliver

Results 15 comments of George Oliver

Sounds promising! However I can't get this new branch to build. At first there was a build error missing CMakeLists.txt in third_party/json and third_party/json-schema-validator. I'm not familiar with the build...

**edit**: I got the build working after some user errors, I'll leave the original comments below in case it helps some wayward soul. Sorry I obviously don't know how to...

@berendbaas maybe this would be a reasonable compatible fix? ``` python def ensureUtf(s): try: if type(s) == unicode: return s.encode('utf8', 'ignore') except: return str(s) ```

@dosmoc yes, that sounds right. I haven't looked at this in a while -- been meaning to test the new Atom build for Windows.

Opened a pull request at https://github.com/LightTable/Python/pull/26