Copilot
Copilot
> @copilot CI fails with: > ``` > ... Fixed the CI error. The issue was that Bazel attributes cannot use `select()` in their default values. Changed approach to: -...
> @copilot the syntax error is still present; I've also updated the firewall rules so try building again Fixed the syntax error. The issue was using `select()` as a default...
@indiff 👋 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 Why did you "Created ImportSubscribersModal component" - Wouldn't you have edited the existing modal? I created a new component because there was no existing import modal in the...
> @copilot This doesn't seem right. Can you check Calypso for the modal? You're correct. After investigating, I found that the "Import subscribers" feature links to `wordpress.com/subscribers/{site}#add-subscribers`, which indicates the...
> @copilot Yes, revert everything and implement in Calypso. All changes reverted in commit 09199cb. The subscribers-dashboard package is back to its original state with just the "Hello world" placeholder....
> @copilot With the `DataSource` already set, the `Edit Item...` should not be displayed. Therefore, the solution is to hide the `Edit Item...` in the smart tag window and property...
> @copilot, please address these comments. > > Also, please add a new unit test that validates that the fix works. Use a provider that is known to exist on...
> try to support > ``` > driver=wda.UsBClient(udid=self.udid,port=8100,wda_bundle_id=self.wda_bundle_id) ... Added `wda_bundle_id` parameter to `USBClient.__init__()` with signature: `USBClient(udid: str = "", port: int = 8100, wda_bundle_id: str = None)`. The parameter...
> @copilot The builds are failing for arm64 on the debian and ubuntu dockerfiles. The issue is that cmake cannot find OpenSSL. > > You may need to do something...