Ashcon Partovi
Ashcon Partovi
Yes, we recognize it's important that the source is readable. Unfortunately, this is a limitation of GitHub pages, where we are currently hosting the docs. This will change soon and...
Hi there, it's going to be a while before we have an official path to embedding bun on iOS. It is possible, but might require a lot of work.
We've started to work on the official documentation, it will be moved out of the README and onto a proper website. Stay tuned! 👀
This was implemented in release `0.2.2`! 🎉
Just want to confirm, this is a compatibility issue that we will fix.
Attempted to run the following code, it looks like `gpu.js` also depends on `Error.prepareStackTrace` (#258) ```js import { GPU, KernelFunction, IKernelRunShortcut } from 'gpu.js'; const gpu = new GPU({ mode:...
Workaround is to use: ``` bun install --backend=copyfile ``` We're tracking this issue here: #362
@Jarred-Sumner Could we do feature detection and pick a different backend if the volume is apart from the OS?
Yes, we will support this when we add npm lifecycle hooks: #606
Workaround is to use: ``` bun install --backend=copyfile ``` We're tracking this issue here: #362