Aaron Silvas
Aaron Silvas
How to work around this issue?
Looking forward to supporting bun in https://github.com/asilvas/ram64 !
Hey Lovell, great module! We're using sharp at GoDaddy via an open-source image server, [ImageSteam](https://github.com/asilvas/node-image-steam). This allows us to serve only the bytes required by the device viewing the page,...
I've used `pip`, `libtorch` prebuilt, and the `torch-sys` install methods. I can install fine, but as indicated above the bindings are reporting Cuda unavailable despite manually verifying via python Cuda...
I know you're only one man @lovell -- but any feedback regarding this topic? Any idea on perf or memory delta between the approaches?
@PawanWagh did you ever find a resolution to the original issue? All my deps are up to date, and I've never had this issue with other compiled packages.
This repo is dead, use the js fork instead: https://github.com/STRML/node-toobusy
Possibly related to https://github.com/oven-sh/bun/issues/7428 and https://github.com/oven-sh/bun/issues/7820
Unless I'm missing something this impacts a pretty common NAPI pattern like: https://github.com/asilvas/faiss-node/blob/main/lib/index.js#L1 ``` require('bindings')('faiss-napi') ``` I assumed incorrectly that if you can run bun against typescript fine that when...