Gabriel Grant
Gabriel Grant
any idea _why_ it doesn't work with swc? seems to be the direction most projects are moving
Is this the one canonical issue tracking swc support? If so, could someone with access modify this issue: title -> "Hot reload broken with @vitejs/plugin-react-swc" (there are lots of other...
Interestingly according to this comment, this user seems to be having success with swc? https://github.com/crxjs/chrome-extension-tools/issues/696#issuecomment-1785659180
Any update on what that component is/was?
according to [Mozilla's browser compat chart](https://developer.mozilla.org/en-US/docs/Web/API/WritableStream#browser_compatibility) Safari now also fully supports `WritableStream`. Will stream-http make use of it properly in Safari?
Ah, interesting, didn't realize browserify was no longer the recommended solution. It looks like ember-cli-cjs-transform should do the trick (though it is still pretty nice how this package allows quickly...
According to [this comment](https://github.com/triggerdotdev/jsonhero-web/issues/22#issuecomment-1109050670) they "use Cloudflare Workers as the host and Workers KV as the storage for either the raw JSON contents or the URL you submit". Unclear if...
According to @mhevery 's demo on the office hours call today it seems like this is no longer an issue (thanks to clever optimizer tricks)
the colab notebook is failing for me with a cuda error when vllm tries to import cuda_utils: ``` ImportError: libcudart.so.12: cannot open shared object file: No such file or directory...
That cuda error seems to be an issue with the latest vllm (v0.2.2). pinning to the version installed in your original colab with `!pip install vllm==0.2.0` gets past that issue....