Feross Aboukhadijeh

Results 607 comments of Feross Aboukhadijeh

I haven't had time to look into this, but I would accept a PR that fixes this issue. Cheers!

Merged @vmx's PR and the tests are closer to node's now, but there's still a lot of differences.

I just spent like 3 hours merging in more changes from Node.js, but there's still more changes to be done... wow. Would appreciate help from other folks, if there's interest....

Great, looking forward to a PR next week, @vmx!

Note to self: When all these tests and code changes are merged in, **publish a new major version.**

I'm in grad school as of the past year, so I was off GitHub for a while. Still around and still plan to maintain this as good as ever. :)

To test this properly, use `alloc()` to get zeroed out memory. But this does indeed look like a bug. ```js var B = require('buffer/').Buffer var assert = require('assert') var b1...

@geastwood Thank you for digging into this and finding the root cause. I left a comment on your PR.

Thank you for this PR. I would like to support ESM in this package, but I don't like how `microbundle` seems to do a lot more than just this. It's...

> and would still be supported by all bundlers Are ESM-only packages supported by browserify?