Results 223 comments of Divy

Please provide a reproduction using `web-push` or what kind of PEM key is being used. It's hard to tell by just looking at the error.

Yes, this issue is not updated regularly but progress is being made. Most recent update is that `next dev` should work with Deno: https://github.com/denoland/deno/issues/23402#issuecomment-2067558806 Other closed issues are here: https://github.com/denoland/deno/issues?q=is%3Aissue+nextjs+is%3Aclosed

Quick update: All of Next.js 14 is expected to work with `DENO_FUTURE=1` as of `1.43.5` We're testing out Next.js 15 (via canary) before it releases: - https://github.com/denoland/deno/issues/23942 - https://github.com/denoland/deno/issues/23943 These...

This is also happening with the Deno runtime (V8). I'm also using `future.shared()` which might be causing it? ``` panicked at /home/divy/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.37/src/task/singlethread.rs:85:37: already borrowed: BorrowMutError Stack: Error at __wbg_new_abda76e883ba8a5f (file:///home/divy/gh/littledivy/deno_graph/js/deno_graph_wasm.generated.js:407:19)...

Did I just bring back the Rust compiler bug we had earlier? 👀 https://github.com/denoland/rusty_v8/pull/1229 https://github.com/denoland/rusty_v8/actions/runs/7057713260/job/19212435294?pr=1370#step:11:7270

The `premultipled` casing is fixed upstream. https://github.com/gfx-rs/wgpu/pull/4940.

`asyncId` fix landed. This is now blocked on #23362 ``` divy@divy-macbook ~/g/angular-app (main)> DENO_FUTURE=1 deno task start --verbose Task start ng serve "--verbose" â ™ Building... ============================================================ Deno has panicked. This...

It seems to be stuck on `Building...` on Linux. I do not get any logs. ``` ~/g/test-app $ DENO_FUTURE=1 deno task start --verbose Task start ng serve "--verbose" A new...