jtenner

Results 143 comments of jtenner

Ah yeah that will do it. Glad you found the issue.

Any news? I would really love to test tty output and input soon!

Yeah don't get me wrong. I'd love to help out. Are you a part of the assemblyscript slack server? I'm happy to help submit the work needed to fix this...

Makes sense. I'll revisit this soon.

@RedDwarfian and @dcodeIO thoughts on this pull request?

We might like to pull the ASCII encoding pull request first. #27 Otherwise, this is ready for review.

@dcodeIO I think this could probably be optimized further but I've hit my limit. Any thoughts?

This method is the reason why I created the `charsFromByte()` method. Now we can re-use it here in the `.inspect()` method. All set for review @dcodeIO

Using the new `__aspectReflectAs()` api, we can `log(new ArrayBuffer())` with the inspect output just like node.js outputs Buffers. Will have to revisit this later.