Open Issues Need Help
View All on GitHubAI Summary: This issue addresses redundant nested `djustDebug` guards in several JavaScript source files. The fix involves removing the unnecessary outer or inner `if (globalThis.djustDebug)` blocks to simplify the code and then regenerating the `client.js` file.
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
AI Summary: This issue addresses a violation of the project's logging standards where an f-string was used instead of the preferred %s-style formatting for a logger.warning call in serialization.py. The fix involves refactoring the warning message to use %s placeholders and passing the variables as separate arguments to the logger.
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
AI Summary: This issue proposes improving error messages for common mistakes made by new djust LiveView users. The goal is to provide more actionable and understandable feedback, enhancing the developer experience. Developers are encouraged to tackle individual error message improvements as separate pull requests.
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
AI Summary: This issue requests the creation of detailed deployment guides for Django applications using the 'djust' framework on popular hosting platforms like Railway, Render, Fly.io, and DigitalOcean App Platform. The guides should cover prerequisites, configuration, WebSocket setup (a key challenge), database, static files, and a step-by-step walkthrough with troubleshooting tips.
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
AI Summary: This issue proposes adding several common template filters (truncate, pluralize, title, capfirst, slugify) to djust's Rust template engine to enhance compatibility with Django templates. Developers are encouraged to pick one filter, implement it in Rust, provide a Python fallback, and add tests.
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance