Copilot
Copilot
> There are several PathPatternMatcher tests that are failing, can you diagnose and fix them? > Fixed the PathPatternMatcher tests. The issue was with cross-platform path compatibility and improper handling...
> I actually want to remove adding to the IConfiguration, and just modify the existing RootPathFilter to support the glob-style matching pattern. could you please do that> Done! I've refactored...
> @copilot also copy the compiler testcases from the original PR. Do not port the fourslash test Added the compiler test cases from the original PR in commit 400b4d7. The...
> @copilot - in addition to the dark mode issue, it looks like we aren’t respecting the noSortableIcon prop and when a column isn’t sortable, we’re not hiding the sort...
> @copilot > > hi accroding to https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificate2collection.importfrompem?view=net-9.0 ... Good catch! I've addressed the .NET Framework compatibility issue in commit 2016d1f. The fix now: - Uses `ImportFromPem` for modern .NET...
> @copilot could you please fix build Build fixed in commit a86c2e2. The issues were: - Removed unnecessary `System.Security.Cryptography.X509Certificates` using from ConfigFile.cs - Added missing `System.Text` using to Classic CertUtils.cs...
> @copilot Fix the workflow. Relax the torch version. Relaxed torch version from >=2.5.1 to >=2.0.0 and torchvision from >=0.20.1 to >=0.15.0 for better compatibility across different Python versions and...
> @copilot > The error is: > hint: You're on Linux (`manylinux_2_39_x86_64`), but `torchvision` (v0.24.0) only has wheels for the following platforms: `manylinux_2_28_aarch64`, `macosx_11_0_arm64`; consi... Reverted torch to >=2.5.1 and...
> @copilot remove tests/test_visdom.py Removed tests/test_visdom.py. Commit: 8534204
> @copilot rollback pyproject.toml Rolled back pyproject.toml to its original state (torchvision>=0.20.1). Commit: 1a6412d