Jay Thomas
Jay Thomas
Thanks, @EntranceJew. That answers my first question. The reason I asked the second question is because my concern is that by making it the library's responsibility to have an awareness...
One thing to keep in mind if someone does want to take on such a refactor, variables aren't hoisted in lua. The functions are all attached to the `lume.` namespace...
Maybe just my personal taste, but if this is purely for aesthetics I find using `lume.all` and `lume.any` to be easier to read: ```lua -- All of these lume.all({ hasLowHealth,...
No sorry that's my fault as I didn't read the diff all the way through before commenting. Your approach makes perfect sense then for your scenario since you're providing those...
I think this behavior should be noted, but personally I don't consider it a bug in my own use cases. Sometimes I have an array that I iterate over and...
I think re-building the dist/ folder as part of the commit is a bad idea because the contents of your dist may not necessarily reflect all the commits that have...