Copilot
Copilot
This PR modernizes the FioBank library by replacing custom transaction and info schemas with Pydantic models, significantly simplifying the codebase while improving type safety and maintainability. ## Changes **Removed complex...
Users reported "Unknown Device" warnings for two device types that were not in the adapter's known device registry. ### Changes Added two entries to `knownDeviceType` in `main.js`: - **AVN2TMX8MU2YM**: Bose...
This pull request adds support for setting variables to the current date/time in the `vsts-variable-set` task, allowing users to specify a custom format for the date/time value. It also updates...
Temporary export files stored on local filesystem cause intermittent failures on load-balanced deployments when subsequent requests hit different servers. ## Changes - **Documentation**: Added concise "Load-balanced environments" section to README...
The README presented all content at once (119 lines), creating cognitive overload for new users while making it harder for experienced users to find specific information. ## Changes **Progressive Disclosure...
Beam creates temporary files during CSV/XLSX generation but never deletes them, accumulating disk space over time (15GB reported). ## Changes - **Automatic cleanup**: `DefaultController::actionIndex()` now registers a shutdown function to...
XLSX cells now properly display newlines when content contains `\n` characters. Previously, using `| join("\n")` would create separate rows instead of line breaks within a single cell. ## Changes -...
Users with many templates struggle to identify the right template from dropdown names alone. Short names lack context, long names become unwieldy. ## Implementation Templates can now include inline descriptions...
Replaces the dropdown select field with Craft's native autosuggest component, providing type-to-search functionality for template selection. ## Changes - **Field implementation**: Use `Cp::getTemplateSuggestions()` API instead of filesystem scanning - **Input...
Template Select fields show "Unable to find component class" error after upgrading from Craft 4 to Craft 5, despite the field type class existing and the plugin being enabled. Field...