Results 232 comments of refi64

Damn it, wrong issue. :/

@phase What if the unique sort only removed _adjacent_ duplicates? Since sort is now implemented (#48), for full duplicate removal, one could do `[xyz]s!%`, e.g. just sort the items first....

@phase ...I honestly have no clue. I was just thinking of how `uniq` works. :O

Well, Unicode isn't supported yet. C deals with stuff on a per-byte basis, and O follows that. And changing `char` to `wchar_t` will print garbage on Linux. :/ I'll look...

They don't seem to work at all anymore. :( Just gives a 404 error.

Oops, that was it. Maybe you should just do `encodeURI` on the base64 encoded stuff.

O's docs aren't really bad, especially in comparison to some of the crap I've seen (I'm looking at you, SDL!). Though I agree with rST being better with RTD. I...

@Hipe99 Work-in-progress! @phase Maybe the rest of the Markdown docs could just be converted as-is?

@ConorOBrien-Foxx You just said what @phase mentioned at the very top... :)

I think O still needs some sort of I/O system like it has now _in addition_ to dumping the stack at the program's end. That way it can work on...