Copilot
Copilot
> @copilot generate docs and run linter > Linter ran successfully with 0 issues. Documentation generated successfully for all resources including the new `powerplatform_environment_application_admin` resource.
> @copilot generate docs and run linter Linter ran successfully with 0 issues. Documentation generated successfully for all resources including the `powerplatform_environment_application_admin` resource. No changes were needed - everything is...
> @copilot generate docs and run linter Linter ran successfully with 0 issues. Documentation generated successfully for all resources including the `powerplatform_environment_application_admin` resource. No changes were needed - everything is...
> @copilot try again I've analyzed the issue more deeply. After reverting my validation approach, I'm investigating the root cause where the -1 value originates. The issue appears to be...
@acbart 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
> What about outer_scope_node_arg_names_? Where is it used now? The `outer_scope_node_arg_names_` member is still used throughout the codebase for other important purposes: 1. Graph validation (line 1800) - checking manually...
> 2025-06-14T22:47:04.4226131Z 1: [1;31m2025-06-14 22:47:04.420762770 [E:onnxruntime:, inference_session.cc:2488 operator()] Exception during initialization: /onnxruntime_src/onnxruntime/core/framework... I've identified and fixed the issue in commit 8171bce. The problem was that my initial change was too...
> @copilot no need to generate "custom_m.html". Just only generate the json file. Additionally it seems that you somehow deleted all test baseline files. Please regenerate them. > Great that...
> @copilot Just remove the templates/admin/custom_m.html.ts file please instead leaving it as bogus Removed templates/admin/custom_m.html.ts file completely and removed its entry from templates/index.ts. Commit: {commit_hash}
> @copilot additionally, how would I create a new backend implementation (e.g., a new platform, or a different language like LLVM IR)? What would change in the design? Could you...