emma

emma wrote

i was ignorant of the whole 'bitch wife being an impediment to the protagonist' thing until i read about anna gunn's experience on the show. now i see this attitude everywhere. and by everywhere, i mean /r/speedrun when a gdq event is on and people make threads complaining about the female donation readers.

didn't know about skyler originally being planned to appear in the bcs finale. i thought marie sitting at the table while negotiating a plea deal was such a strange choice, like this simply would not happen, probably.

2

emma wrote

Reply to $450 by devtesla

https://www.nintendo.com/us/whatsnew/ask-the-developer-vol-16-nintendo-switch-2-part-4/

Thanks to the system's performance capabilities, Nintendo eShop on Switch 2 has been improved and runs smoothly even when displaying a large number of games. We believe the act of finding the game you want to play is itself part of the game system experience.

the biggest news of the day is that the eshop will run smoothly in any circumstance

3

emma wrote

9

emma wrote

ok, so, when the image is thumbnailed, this fact is stored in the cache. being thumbnailed, it should have an image in /app/public/media/cache/submission_etc_blahblahblah, so you should check that these are being created, and that files in these directories are web accessible.

if they aren't there, then you could try clearing the cache. i believe bin/console cache:pool:clear cache.app is the right thing here, but you could also just delete /app/var/cache entirely. this will force it to check if a thumbnail exists again, and if not, attempt to thumbnail it again.

it really sounds like persistent storage is misconfigured or something, though.

2