Ellie

Results 423 comments of Ellie

Not sure people wouldn't be upset if I mess with their sprinto settings though? I think it should always be shown, I don't get why it wouldn't be. If it's...

I sprint in 5+ servers (because it's hard to find any single one that is active a lot) so that'd be very inconvenient. Why isn't it just enabled by default?

Key up/down are IMHO quite important, they might be used for navigating menus that may not be fully ported to touch, keyboard shortcuts people may want to use even on...

> When running an AppImage under gcompat (e.g. on Alpine Linux), fopen("/proc/self/exe", "rb") opens the dynamic linker (e.g. /lib/ld-musl-x86_64.so.1) instead of the AppImage itself. However, readlink("/proc/self/exe", ...) does give the...

I would definitely use this, mainly because I've had a bad experience with stb_vorbis. It's streaming API looks kind of bad (especially compared to drmp3), the code looks worse in...

@mackron some API feedback: personally, `errno` use makes me think "will that mess up things on some systems like BSD or Windows with possibly differing errno values"? Not sure if...

Side note: maybe `strdup` should also be replaced with an `NFDi_strdup()` that uses `NFDi_Malloc` and `memcpy`? Since that would otherwise not go through the custom allocator as probably intended. Just...

Ok, chat told me that the normal image already does charging. I think the least that would be helpful to be done would be to rename the `-charging` image to...

> It's fairly unproblematic. It's not, it will break the repo on future git pulls for everyone who cloned it pre-rewrite, and it'll also change all commit hashes anyway (so...

I pondered this some more and I have a suggestion, I hope I didn't observe the following incorrectly: - When stopped, the purpose of "Run" seems to bring up the...