alex flick
Results
3
comments of
alex flick
I managed to make something like this work. I first defined the following function: ```lua function default(d, t) local mt = {__index = function() return d end} setmetatable(t, mt) end...
Actually #155 breaks this
Thanks! this fixed my issue. Looks like @IlanCosman hasn't been active much recently, but hopefully this makes its way in