clover caruso

Results 232 comments of clover caruso

Status on SvelteKit: - It depends on `worker_threads`, though not much of it. Just `parentPort` and `new Worker`, and passing `env` data. - Since we do not export anything in...

Worker threads got it so importing sveltekit stopped throwing, which gets us past the vite config load step. But We're not fully there yet, unfortunately. I've spotted some reliability issues...

update: found what is blocking sveltekit actions from working: ```ts const headers = new Headers(); headers.append("Content-Type", "application/json"); headers.append("Set-Cookie", "cookies"); const entries = Array.from(headers); expect(entries).toEqual([ ["content-type", "application/json"], ["set-cookie", "cookies"], ]); ```...

the set cookie pr will make dev server fully functional. there is a different issue that is tracked by #3943 but i htink we should keep this issue open until...

did i say this week actually meant _now_ after https://github.com/oven-sh/bun/pull/4052

the old dev server `bun dev` was removed. related; the real next.js 13 pages router should work now

There has been some progress on Bun on windows, but it has been slow. The build last time I checked was able to compile, but it doesn't yet function enough...

Based on a very quick read of [Write-Ahead Log](https://www.sqlite.org/wal.html), it seems like that solves what I thought was not possible with sqlite - parallel queries. Not 100% sure.

plans according to jarred is to have something like this in v0.8 ![image](https://user-images.githubusercontent.com/24465214/230155392-05d483c4-91e1-4131-b0d5-6b3e93b24de5.png) related issue: #2541 inquiring about how the bun binary can be shrunk down (seems like it can't...

Available in 0.6.0, via the [bun build --compile](https://bun.sh/docs/bundler/executables) :tada: