Open Issues Need Help
View All on GitHub🔥 Blazingly Fast 🔥 web server runtime for Lua
🔥 Blazingly Fast 🔥 web server runtime for Lua
🔥 Blazingly Fast 🔥 web server runtime for Lua
🔥 Blazingly Fast 🔥 web server runtime for Lua
AI Summary: Implement a deterministic module loading order for the Astra Lua web server runtime. Currently, the order is random, causing unpredictable behavior. The task involves designing and implementing a mechanism to specify and enforce a specific loading sequence for Lua modules within the Astra framework.
🔥 Blazingly Fast 🔥 web server runtime for Lua
AI Summary: Implement a function in the Lua Astra project to parse datetime strings into datetime objects, potentially creating separate functions for creating new datetime objects and UTC datetime objects, or merging existing functions for this purpose. This involves handling various datetime string formats and potentially using an external library for robust parsing.
🔥 Blazingly Fast 🔥 web server runtime for Lua
AI Summary: Implement sandboxing options for the Astra Lua web server runtime, specifically focusing on adding runtime flags to control sandboxing for Luau (including disabling packed shared libraries), unloading components, and a combined '--all' flag for convenience. This involves modifying the runtime to accept and process these new flags and implement the corresponding functionality.
🔥 Blazingly Fast 🔥 web server runtime for Lua