Copilot

Results 4761 comments of Copilot

> @copilot pls working PLAN 01 Implemented PLAN_01: OAuth Enhancement (commit 38b1dd7) **Changes Made:** ### 1. Updated CrmConnection Model Added new properties to `v4/DynamicsCrm.DevKit.Shared/Models/CrmConnection.cs`: - `ClientId` - Optional custom Azure...

> @copilot why PLAN 01 I saw you mention next steps, why you dont do that? Pls working and also work with unitest as PLAN description. Create unitest DynamicsCrm.DevKit.UniTests project....

> @copilot fix linter errors Fixed in commit 7104055. The issue was a formatting preference for assert statements - ruff wanted the error message on the same line as the...

> @copilot rebase this on main Rebased on main branch successfully in commit 98aeb03. The branch now includes all changes from main (030c119) and has been adapted to work with...

> @copilot Add entry to REUSE.toml about the open_print_tag dir. The files there are Copyright 2025 "PRUSA RESEARCH A.S." and licensed under GPL 3.0 Added REUSE.toml entry for open_print_tag directory...

> @copilot don't run pylint on the files under open_print_tag Excluded open_print_tag directory from pylint in commit 82dc5d9. Changes made: - Updated GitHub Actions workflow to filter out `open_print_tag/` files:...

> @copilot Rebase the branch on main. > > If the filament already exists (same name, material & vendor), the new spool should use that instead of creating a new...

> @copilot Please rebase on main. Rebased on latest main in commit 7bf8cf7. Branch now based on main commit 60e32c2 ("Better defaults handling for OpenTag3d + dbg") - includes all...

> @copilot In the buildpack spec, CNB_OTEL_LOG_PATH is passed to buildpacks in each phase for them to write to when present. Buildpacks will no longer use CNB_LAYERS_DIR to build their...

> @copilot The buildpack spec needs a similar "MAY write telemetry data to `$CNB_OTEL_LOG_PATH` in [OpenTelemetry File Exporter format](https://opentelemetry.io/docs/specs/otel/protocol/file-exporter/) ... Added in commit 5ac3690. Changes made: - Added "MAY write...