flash flash
1,633 contributions in the last 12 months
JulAugSepOctNovDecJanFebMarAprMayJunMonWedFri
Less
More
flash pushed to trunk at flashii/komeiji-senses 2025-06-08 03:10:03 +00:00
74b6d71cb8 Added unit conversion for various lengths.
7fdca6ccc0 Updated gork authors.
Compare 2 commits »
flash commented on pull request flashii/komeiji-senses#1 2025-06-06 19:46:48 +00:00
add llms and make it easier to add new ones i think

LGTM as they say

flash pushed to trunk at flashii/komeiji-senses 2025-06-06 19:46:31 +00:00
513924b1bb add llms and make it easier to add new ones i think ()
flash merged pull request flashii/komeiji-senses#1 2025-06-06 19:46:30 +00:00
add llms and make it easier to add new ones i think
flash suggested changes for flashii/komeiji-senses#1 2025-06-06 19:18:22 +00:00
add llms and make it easier to add new ones i think

Final set of requests before we should be good! Mostly Lua specific moments and one more style thingy.

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 19:18:22 +00:00
add llms and make it easier to add new ones i think

in stringTable do should be in pairs(stringTable) do

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 19:18:22 +00:00
add llms and make it easier to add new ones i think

Can you move this above lesbian (so basically where superLesbian is currently)? I want to keep config type thingies at the top, somehow didn't realise it wasn't there until at the top already until now.

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 19:18:22 +00:00
add llms and make it easier to add new ones i think

Can you move this function below lesbian? Apparently declaration order matters for local functions, I wasn't aware of this either 😎

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 18:12:00 +00:00
add llms and make it easier to add new ones i think

Just noticed an oversight here, probably happened when reducing it from its previous implementation, the return false is within the for loop and the function itself doesn't have an end

flash suggested changes for flashii/komeiji-senses#1 2025-06-06 17:59:41 +00:00
add llms and make it easier to add new ones i think

other than these last few nitpicks this looks good to me, i'll test it in a bit!

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 17:59:41 +00:00
add llms and make it easier to add new ones i think

you may remove this comment

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 17:59:41 +00:00
add llms and make it easier to add new ones i think

this feels extremely nitpicky on my part but this should have one less indent

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 17:50:22 +00:00
add llms and make it easier to add new ones i think

also bump the version in sense.toml to 1.1.0 if you wana, since added functionality

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 17:49:31 +00:00
add llms and make it easier to add new ones i think

Could you also remove this if and associated parameter? since its no longer being used without it

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 16:49:12 +00:00
add llms and make it easier to add new ones i think

i think you'd have to use the ipairs iterator for that for k,v in ipairs(englishNames) do , i'm not sure if that is the exact syntax though

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 16:47:20 +00:00
add llms and make it easier to add new ones i think

wait no yeah you're absolutely right sorry i'm not sure what i was thinking, however you could still use the hashmap to keep the different specific distance values

flash suggested changes for flashii/komeiji-senses#1 2025-06-06 15:45:28 +00:00
add llms and make it easier to add new ones i think

using the review feature for the first time ever whoa hope i did alright

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 15:45:28 +00:00
add llms and make it easier to add new ones i think

maybe it'd be nicer to have this be a dictionary that contains = so like

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 15:45:28 +00:00
add llms and make it easier to add new ones i think

its fine to just leave this as an exact match since its a one off gag and not have to bother with the if statement in the array lookup function

flash commented on pull request flashii/komeiji-senses#1 2025-06-06 15:45:28 +00:00
add llms and make it easier to add new ones i think

following the comment on englishNames you could replace the superLesbian func entirely with a hashmap lookup, just something like