You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really should get working on my lua sandbox library mod thing... I had a similar idea to this before, but more like a github gist type thing, where you can share and copy code, or keep private snippets.
Merging the idea with libraries is an interesting idea, instead of having to copy the code you could load it with a custom require function. It is possible to have a safe loadstring function too.
I really should get working on my lua sandbox library mod thing... I had a similar idea to this before, but more like a github gist type thing, where you can share and copy code, or keep private snippets.
no pressure, i have some cleanups ready to commit but i don't get to work on this feature right now :)
Merging the idea with libraries is an interesting idea, instead of having to copy the code you could load it with a custom require function. It is possible to have a safe loadstring function too.
Not sure about the implementation but i would use the mod-storage as a library with per-user prefix (code/BuckarooBanzai/my-awesome-library for example) and maybe allow search/lookup somehow...
A tab with per-user or global ingame libraries and snippets
TBD:
The text was updated successfully, but these errors were encountered: