Max

Results 4 issues of Max

As far as I’m aware no one has fallen for this yet, but be mindful of people sharing shortened links claiming they’ve compiled a new version of this program. All...

I've been digging into the awkward state of `viewmodels_animation.lua` and realized it's the product of Source 2's animation system being jank. I don't have the model sources so I can't...

Low Priority

Hopefully I'm describing this correctly? I'm not familiar with the terminology used for types at an implementation level. Consider the following script: ```lua --!strict local Node = {} Node.__index =...

bug

## Initial Problem So I have a generic typed implementation of a binary search tree: https://gist.github.com/MaximumADHD/10ff7eaeeca558ae2b8ceec22350c44f The type seems to work fine within the module itself, but problems start happening...

bug