Open Issues Need Help
View All on GitHubAI Summary: This issue addresses redundant, double-wrapped `djustDebug` guards found in several JavaScript source files, where `console.log` statements are unnecessarily nested within two `if (globalThis.djustDebug)` blocks. The fix involves collapsing these occurrences by removing one of the duplicate guards and then regenerating `client.js`.
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
AI Summary: This GitHub issue addresses a violation of the project's logging rules in `python/djust/serialization.py`. A `logger.warning()` call currently uses an f-string to format its message, which goes against the established guideline of using `%s`-style formatting for all logging calls. The proposed fix involves refactoring the warning message to use `%s` placeholders and passing the relevant variables as separate arguments to the `logger.warning()` function.
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance