Hugo Musso Gualandi
Hugo Musso Gualandi
I use the notes field to store the answers to security questions.
What should this do if there are non-whitespace characters in the region that we are moving into? For example, if we start with the following text and move the block...
For some reason, the following test case in "files.lua" fails on my machine, even for unmodified Lua. Could it be because I am using Fish shell? {"sh -c 'kill -s...
One issue I encountered on Fedora 25 (GNOME with X, not Wayland) is that by default gnupg would not try to use the graphical password prompt, which seems to be...
For reference, I think the parts responsible for writing arrays and fields are these ones: https://github.com/Koihik/LuaFormatter/blob/29afe1046ad015de96ffdb6d361a21882356e801/src/visitor/var.cpp#L54-L70 https://github.com/Koihik/LuaFormatter/blob/29afe1046ad015de96ffdb6d361a21882356e801/src/visitor/table.cpp#L199-L211
Now that I have learned how to develop for android, I could finally come back and fix this myself. I hope it's useful!
Thanks, I wasn't aware of that library. That said, I'm wondering if that timing code should be there in the first place. I put the gettime stuff inside run.lua to...
Since Windows is an important platform for this program, I took some time to think about how to best support both platforms before merging this just yet. Opam is the...
Eample of FOSS apps that implements this feature: * https://github.com/j05t/dbclf * https://github.com/grote/Transportr
Currently the app is assuming a daily schedule in various places but I imagine that it should be possible to change that without too much work. The bigger problem would...