Aaron Silvas
Aaron Silvas
Install works, and verified in the build output of `torch-sys` that it's building `dummy_cuda_dependency.cpp` which indicates it detected Cuda. But for some reason that I've not yet determined both `tch::Cuda::is_available()`...
If you provided a basic CLI + `hagana.yaml` support, you could simplify further (and not require one line of code): ``` root: "." modulesFolder: libs allowedHosts: - host1 - host2...
This fixes bounds failure with latest chartist version.
### What version of Bun is running? 0.4.1 ### What platform is your computer? _No response_ ### What steps can reproduce the bug? Should be reproducible without a running ES....
https://sharp.pixelplumbing.com/en/stable/api-operation/#negate
https://sharp.pixelplumbing.com/en/stable/api-operation/#recomb
https://sharp.pixelplumbing.com/en/stable/api-operation/#modulate
After numerous heap dumps, there appears to be a memory leak associated with capturing scope, possibly due to the `async` module and/or timeouts. Could refactor to use Promises, but it's...
This feature would allow the caching tier to be used only for optimized assets, which equate to only one per image, instead of the current caching which is effectively infinite...
Currently the reader assumes storage failure means the asset does not exist. Properly bubble up failures, at least for storage drivers that support status-specific responses.