John Vilk

Results 165 comments of John Vilk

(BrowserFS error objects have `toString()` defined to return `error.message`)

Right now, the library is set up so that you can only modify chunks of a server response (via `onResponseData`). This is not too useful if you want to rewrite...

While your suggestion would be helpful for many folks, and I appreciate that you are trying to help, a sliding window will not work for me. I'm using parsers that...

I hadn't seen that! Nice. Do you know if the headers/status code can still be mutated at the end?

I also believe you launch a WebWorker on page load, which you never end up using.

Seems like a reasonable request for the CLI.

Maybe also Dropbox...

Good call. I may revisit this issue in a couple of months, once I finish defending my PhD + moving.

Is the dependency on `glob` needed? Doesn't the terminal automatically expand wildcards? Or is this not true on some platforms? For example, try running the following Node program: ```javascript console.log(process.argv);...