Max Cahill

Results 28 comments of Max Cahill
trafficstars

Pretty straightforward to add the required build time machinery for this with a definition in `cflags` of `build.sh` :+1: Seems like it'd need a separate concept for `DATADIR` and `EXEDIR`...

I feel like all of this is kind of solving a problem that doesn't exist - many people on many different systems are able to run lite as it is....

`/opt/lite` seems like it'd be a much more sensible place than `/usr/bin` in its current state. Monolithic "everything together" software distribution is a common phenomenon. Not everything in the world...

Just chiming in that I feel like half the appeal of `lite` is being able to tinker with most of the guts of the program by just modifying lua files,...

Sorry for missing this for so long! We could, but I'm actually looking at going the other way in terms of the functional api, and removing the often-superfluous index values...

@eigenbom i know you cared about this I think they should probably be split to per-module tests rather than one big file. i think I don't mind them being in...

(Github yaml in the github folder is fine.) I'm happy with the tests in `.test` so far, i think. As a submodule, adding an exclusion on dotfiles when zipping for...

should probably branch on n being 1 or not, because that's the most common case in my experience and it'd be strictly slower there. i think i'd probably prefer `tablex.reverse_span`...

will need to find some time to write tests to ensure this is working as intended! the amount of modulos make me a bit nervous performance wise though vs the...

benchmark/test ```lua do local start_time = love.timer.getTime() local test_repeats = 1000 local iters = 100 local abs = math.abs for _ = 1, test_repeats do local accum = 0 for...