Christopher Jeffrey (JJ)

Results 182 comments of Christopher Jeffrey (JJ)

> It's a long shot, but > I would love if this project were layered in some way > so that any alternative code base or chain > could develop...

Hey guys, sorry I've been neglecting this project. Work always gets in the way for me. I actually agree with the changes @parisk mentioned. In retrospect, I think it was...

What is the issue with the rendering? A an explanation + code and a screenshot would be extremely helpful.

@Thatkookooguy, it looks like vtop may be using some double-width glyphs (via blessed-contrib?), strangely enough those look like the glyphs from the IBM code page which are _not_ double-width. blessed...

@Thatkookooguy, the other possibility is those IBM glyphs are not double-width, but are single-width surrogate pairs when in unicode (I don't know off the top of my head), which would...

You can always maximize one window, and just use tabs from there.

I originally wanted tty.js to be a kind of tiling window manager, but I found making everything stacking/floating was actually easier in the world of the browser. Making the frontend...

@takluyver, JS will be a bit different since it's utf-16 and has to deal with surrogate pairs as well. I've implement wide chars, surrogate pairs, and zero-width combining chars for...

Hmm? Why? I prefer having the legalese tag. I don't like lawyer speak.

I didn't write a benchmark for the node.js codebase, but here are the benchmarks from [feross/buffer][1]: Without this PR: ``` $ node perf/write-base64.js BrowserBuffer#write(8192, "base64") x 2,770 ops/sec ±0.64% (85...