Copilot
Copilot
Resolves the MariaDB compatibility error when creating the `versionx_delta` table during installation. ## Problem MariaDB enforces a restriction where only one TIMESTAMP column per table can have `CURRENT_TIMESTAMP` in the...
This PR adds support for passing common environment variables to the OpenAPI Generator CLI to handle large YAML documents and other configuration needs using GitHub Actions' built-in `env:` feature. ##...
This PR implements a major API redesign to modernize AlphabetScrollView and align it with Flutter's standard patterns, addressing all requirements from issue #XX. ## 🎯 Key Changes ### Removed `itemExtent`...
Conducted thorough code quality analysis per request (详细评价一下这个项目的代码质量). Project rated **6.5/10** - functional but requires significant improvements before production deployment. ## Critical Issues Identified **Immediate blockers:** - Infinite recursion in...
The README links to GUI documentation at `https://skblaz.github.io/py3plex/gui.html`, but the HTML files were missing from the `docs/` directory published to GitHub Pages. ## Changes - Added `docs/gui.html`, `docs/gui_architecture.html`, `docs/gui_testing.html` -...
## Overview This PR reduces cognitive complexity across the codebase by refactoring the 4 most complex methods identified by flake8's complexity checker. All methods now comply with the project's `max-complexity=7`...
- [x] Fix artist parsing for tracks with album/series titles in names - [x] Add comprehensive test coverage for the carrie z issue - [x] Fix linting issues: - [x]...
I'm working on fixing the req42 framework's plain and withHelp broken issue. The problem is that help sections in req42 templates are not properly conditional, so they appear in both...
This PR addresses several build issues that were preventing successful generation of arc42 templates: ## Issues Fixed ### 1. Missing Pandoc Dependency The build was failing with "command 'pandoc' not...
This change enables users to switch between Auto and On fan modes when the thermostat fan is set to AUTO target state, addressing a limitation where users could only switch...