Oliver
Results
3
issues of
Oliver
This is a dependency for enabling GitLab to securely update the default branch.
This doesn't affect Greybel at all, but it can completely hang a script in-game. It requires a certain amount of cyclic references - simply doing `Foo = {}; Foo.__isa =...
enhancement
This is a fun one: ```Lua Foo = {} Foo.__isa = Foo map.errCheck = function() return self end function a = new Foo //-- or just Foo. if a.errCheck isa...
bug