Copilot
Copilot
@oxisto I've opened a new pull request, #1812, to work on those changes. Once the pull request is ready, I'll request review from you.
> @copilot 我是说要把cxx2flow整个项目编译到wasm! I understand now - you want to compile the entire cxx2flow project to WASM. I've made significant progress: 1. Updated tree-sitter to 0.25.10 (commit 3327180 and later...
> @copilot 不需要把 tree sitter cpp 放到 cargo.toml 里面了。在 build.rs 里面把它 clone 下来,然后调用 tree sitter cli 编译到 wasm 模块,然后直接加载 Done in commit 5253d9c. Removed tree-sitter-cpp from WASM dependencies in Cargo.toml....
> @copilot can you recover the information from the web-archive here: https://web.archive.org/web/20240601000000*/https://www.eclipse.org/community/rcpcp.php and store it in a new mad file in the docs f... I'm unable to access the web...
> @copilot I saved a dump here [rcp_website_dump.zip](https://github.com/user-attachments/files/22844636/rcp_website_dump.zip) does it work? > Yes, that worked perfectly! I've successfully created `docs/RCP_Case_Studies.md` with the archived content from the dump. The file contains...
> @copilot can you add the preview images as well to the markdown? For what it might helps, the full URL with the content can also be found here: https://web.archive.org/web/20240212113300/https://www.e......
@sebastienlevert 👋 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...
> @copilot run the following command `dotnet format` and commit the changes, do NOTHING else Done in commit 003cf9c. Ran `dotnet format` and committed the formatting changes.
> @copilot the following unit test is now failing Kiota.Builder.Tests.Plugins.PluginsGenerationServiceTests.GeneratesManifestWithoutEmptyCapabilitiesAsync with this error message Assert.DoesNotContain()... Fixed in commit 6e36d7b. The issue was in `GetResponseSemanticsFromTemplate` method which was creating capabilities for...
> @copilot this is still failing. > > Failed Kiota.Builder.Tests.Plugins.PluginsGenerationServiceTests.GeneratesManifestWithoutEmptyCapabilitiesAsync [8 ms] ... Fixed in commit bc1b3f9. The fix from commit 6e36d7b was lost during the merge with main. Re-applied...