
When I click Code below any cart on the BBS, the block is just empty and contains no code. Not sure if this is related to the recent styling change. I can't say for sure when this started, but I just noticed it today for the first time.
In case it's browser specific, I'm on Firefox 124.0.1 on Linux.



I had the same issue on the same cart. I reloaded, tried again, waited a bit and eventually the code appeared.



Interesting. I tried 3 or 4 carts and they all did the same thing, but could be some kind of server or network lag perhaps.



Oh wow. I wonder if this is related to the site font suddenly being monospaced. Maybe a CSS mistake?



I also can't get it to work are all anymore. Previously it would show after a long wait.



It doesn't appear to be CSS related.
It loads the code in an iframe (pointing to a URL like https://www.lexaloffle.com/bbs/snippet.php?cart_id=flycave-0&src=1).
It appears to load up another instance of the cart in WASM, so it can call a "print_pico8_code" function to extract the Lua code.
Except that the WASM start up code throws an exception, so it never gets that far.
It might be caused by a missing content type header.

Perhaps the web server's static file rules have changed.



is there any workaround for the time being? seems like this has been broken for a couple of weeks now



Be great if this was fixed.
One for my showing off Pico-8 and two it makes it so much easier to see code examples.
[Please log in to post a comment]