Aaron Silvas
Aaron Silvas
Progress! ``` 20 | Object.defineProperty(exports, "__esModule", { value: true }); 21 | exports.ProductNotSupportedError = exports.RequestAbortedError = exports.ResponseError = exports.ConfigurationError = exports.DeserializationError = exports.SerializationError = exports.NoLivingConnectionsError = exports.ConnectionError = exports.TimeoutError =...
Latest progress from canary: ``` [1.34ms] "node_modules.bun" - 14 modules, 7 packages 20 | var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q,...
Yep back to the prior state: https://github.com/oven-sh/bun/issues/1749#issuecomment-1431379606
@lloyd Any intention of merging this? Code looks solid and would remove a lot of build issues. Being most of the overhead is in networking code, cannot imagine the difference...
Actually I responded thinking it was vips, sorry. I do not have any experience with this package.
List is incomplete. ``` readIntBE readIntLE writeIntBE writeIntLE ```
Fixing this would also likely enable support in the Bun runtime. And to the authors point, it's faster.
This repo hasn't been maintained for months, I'd recommend the JS port (which works great): https://github.com/STRML/node-toobusy Here's the pull request: https://github.com/lloyd/node-toobusy/pull/17
This repo was abandoned quite some time ago. If this is the behavior you want, here is a wrapper for toobusy (a js fork) that has a number of spiffy...
https://github.com/STRML/node-toobusy