OverHash
OverHash
I've been doing some debugging. Relevant code that causes the error seems to be [here](https://github.com/rustwasm/wasm-bindgen/blob/cdcbaf1a75d3e89494bbaa46890791094018e386/crates/cli-support/src/js/mod.rs#L807-L840), with specific focus on [line 831](https://github.com/rustwasm/wasm-bindgen/blob/cdcbaf1a75d3e89494bbaa46890791094018e386/crates/cli-support/src/js/mod.rs#L831) where we instantiate. This code is produced by `wasm-pack`,...
To add to my response above, I was able to patch the code produced by `wasm-pack` to become: ```js module = await module.arrayBuffer(); const instance = await WebAssembly.instantiate(module, imports); ```...
> I just updated to Obsidian 1.6.7 (on arch linux) and this issue seems gone. Strange, I am on Obsidian 1.6.7 and I had the issue. Very strange that it...
I did some more testing and it looks like inside `main.ts`, the global `Response` exists (and is of type `function`). However, inside `compiler.worker.ts`, the type of `Response` is `undefined`. I...
Just put up a PR which should patch this issue! Would love anyone to test it out. You'll need to build the plugin locally: 1. Clone the repository 2. `npm...
Hey @ghareebishere, here's my build. I would, of course, recommend that you build yourself if you can. [main.zip](https://github.com/user-attachments/files/16633084/main.zip)
@fenjalien I reformatted the `compiler.worker.ts` with two spaces. I don't have an Obsidian forums account sorry, but here's the relevant details - On Obsidian v1.6.3, it is known that this...
Thanks for the report @lukasfri. Looks like it is https://github.com/time-rs/time/issues/681
also been experiencing this. see https://github.com/vinegarhq/vinegar/issues/443#issuecomment-2395012146 for my comments there. This is on the latest vinegar published on Flathub: ``` $ flatpak info org.vinegarhq.Vinegar Vinegar - A feature-packed small and...
> Using Vulkan no longer freezes the studio, but the view port no longer shows anything from the place and the error `[FLog::Graphics] VULKAN ERROR: vkAcquireNextImageKHR(device, windowData->swapChain, UINT64_MAX, acquireSemaphore, VK_NULL_HANDLE,...