Oli Garrett
Oli Garrett
minimal code example: ```lua local mt = {} binser.register(mt, "foo") binser.unregister("foo") binser.register(mt, "bar") -- Error: Resource already registered ```
Previously, if you had a custom appImage, the execute permission wasn't set on your AppImage. This PR changes/fixes that
Hi- I have been using love with a custom AppImage, (specifically, the latest love-12 AppImage generated from github actions). The new Love-12 appImages contain `liblove-12.so` as opposed to `liblove.so`, which...
You should make a cool little page for teascript that demonstrates the capabilities of the language Like the articles on here: https://learnxinyminutes.com/ This would make it easier to see how...