Hugo Musso Gualandi
Hugo Musso Gualandi
For your use case, what would be the advantage of having this feature be part of the Daily Pill as opposed to just setting alarms using the standard alarm app?...
Thanks for the suggestion. Are you talking about the Android 10 feature? https://developer.android.com/guide/topics/ui/look-and-feel/darktheme
I implemented dark mode (non AMOLED) for the next version of Daily Pill. Could you help me test if it is working? You can get version 1.3.1 by signing up...
Thanks! That link is much better (* ^ ω ^)
Googling a bit more, it really seems like the only way to add "super dark" mode is inside the app itself. Ugh, how inconvenient! I don't know how this could...
By any chance, do you know what would need to be done to be able to build multiple flavors of the app? That is one thing I haven't figured out...
I'm confused why LuaAOT didn't detect this as a compile-time error. In theory the first thing we do is compile to bytecode and then turn that bytecode into C. Shouldn't...
> Yes, but shebangs are valid lua, and can't be interpreted with loadstring. Just in case there are other cases like that I think its useful to have the message...
I would have hoped that compiling to bytecode would reduce the binary size. Since it doesn't, maybe it would be simpler to just strip the shebangs from the source string?
Also, could you please tell some more about your experience with -b and -g? * How much space did -b save on larger files? * How much space did -g...