West
West
Should also add this to [wasm-runtimes.md](https://github.com/rust-lang/arewewebyet/blob/gh-pages/content/topics/wasm-runtimes.md). It fixes #362 which I just added. ```patch packages = [ "lucet-runtime", - "wasmer-runtime", + "wasmer", "wasmtime", "watt" ] ```
Ok, how difficult might it be to detect the Application path and add the helper file? I would like to help but I don't know swift or the apple APIs...
Oh, looks like somebody fixed this! #218
So here's one problem I found while OCRing Steins;Gate. As you can see, this is the image that comes out of processing. Kurisu's labcoat is visible within the image, and...
https://drive.google.com/drive/folders/1cQprswMScgMx7UDxfN-BsoTlPaDGheS6 @jonathonyan
Having to specify each namespace as an `:entry` is pretty annoying. I only skimmed the guide. Is there another guide that shows how to integrate cljs with storybook? If not,...
> I don't know of a better way to do it, no... at the end of the day I think it'd either require shadow-cljs to have a dynamic config to...
I'd like to start working on this. I'm just not sure where in the codebase I should be looking first. I just got started with a debugger to see what's...
OK, I've bitten off more than I can chew. I'm gonna need more help on this if anything. It's hard for me to track where things are going even stepping...
I found a weird bug. When I just add the php layer, the closing tag (`?>`) is not detected. When I added the gtags layer, it fixed the problem.