Bobby Powers

Results 49 comments of Bobby Powers

Going to leave this open as a tracking issue until all commands are fixed.

@jvilk they start as BrowserFS errors, but when they are transferred to the Worker the prototype is stripped thanks to the structured cloning algorithm :\ Right before `postMessage` to worker:...

I guess I should detect if we've received something like an `ApiError` and replace the received object with a new `ApiError`

Sorry for the delay @MGageMorgan. I think any dependence on node is accidental -- I've just removed a few dependencies from `package.json` (node-pipe2 and node-priority) that were initially used to...

Alternatives include [tty.js](https://github.com/chjj/tty.js) and [termlib.js](http://www.masswerk.at/termlib/). The downside to both is that they appear to not support scrollback

nm -- tty.js supports scrollback

@laurentlb do you (or anyone else) have concerns with this? I'd love to see this merged so that we could move towards an implementation. A tool I'm working on needs...

I converted a fork of this repo I'm playing with to generics in https://github.com/bpowers/approx-lru/commit/3b54b7d007da30e44266dec4fcad189615732027 -- it resulted in a 25% performance improvement because the benchmarks no longer had to allocate...

@camelid sorry for letting this linger for so long - for me tests are failing too, but they're hitting assertions. I've done a few things, so it make sense to...