hikari_no_yume

Results 417 comments of hikari_no_yume

Ah wait, it actually does allow that too! Okay, I think this is just a documentation issue then, at least on Android. I want to suggest though that for SDL...

Currently it's: ```c /** * \brief A variable controlling which orientations are allowed on iOS/Android. * * In some circumstances it is necessary to be able to explicitly control *...

Oh, but one big caveat with that documentation suggestion is I only know with any certainty what SDL2 does on one device running one version of Android. Assuming Android versions...

Oh okay so I can't dynamically rotate the screen at all in fullscreen, it seems. :(

Okay, actually it is possible to dynamically rotate the screen, but it's _incredibly_ hacky: ```c SDL_SetHint(SDL_HINT_ORIENTATIONS, new_orientation); // Make window no longer fullscreen so resizableness can be changed SDL_SetWindowFullscreen(window, 0);...

Oh, actually, I guess what I really needed in this case was for GTS to trap “not enough disk space” errors when trying to write stuff, and start evicting things...

> How bad are we talking? How much disk space ended up getting used? I don't know exactly, but the server's `/` drive is “24.05GB” and 99.9% of drive space...

Hmm, could I change the topic of this request to that? I think that's really what I want: an overall limit on space. Actually, my ideal setup would be something...

@mirabilos I don't think separate storage for the media cache really solves the problem? It's already in its own directory and I could easily put it in its own filesystem...

(For context, I deleted one of my replies quoted there when I realised it was on this issue rather than https://github.com/superseriousbusiness/gotosocial/issues/1776. Sorry for any confusion.)