7ae0eae6ac
Merge pull request 'Improve Lua ECS' (#30) from feat/improve-lua-ecs-29 into main
fae2cdfadc
lua: remove old implementation of world:view, replacing it with the new version
076676e486
lua: write lua annotations for all queries and view one
0e613bd216
lua: implement world:view_one for lua
964c4ec423
lua: create LuaOptionalQuery
Improve Lua ECS
All the todo's I left in the previous comment have been completed! I also wrote lua annotations for everything that was added. Here's some code using most of the new features:
-- Get…
SeanOMik
deleted branch renovate/ghcr.io-advplyr-audiobookshelf-2.x from SeanOMik/k3s-cluster
2024-10-29 14:42:59 +00:00
de31e20db4
Merge pull request 'feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.16.1' (#442) from renovate/ghcr.io-advplyr-audiobookshelf-2.x into main
7899684712
feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.16.1
feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.16.1
Improve Lua ECS
I finished writing the ChangedQuery
for Lua. In the process of writing it I had a difficult to diagnose issue where the query wouldn't detect changed like 50% of the time. I eventually figured…