Copilot

Results 4887 comments of Copilot

> @copilot please address the comments above Addressed all review feedback: βœ… **Simplified CHANGELOG**: Concise two-line entry focusing on gradual typing βœ… **Removed try/except**: Tests now properly fail when functions...

> @copilot the ironpython tests are still failing. Just ignore them but not with the `skipif`, instead do `if not compas.IPY:` to ignore Fixed IronPython compatibility by replacing `@pytest.mark.skipif` decorators...

> @copilot address feedback Addressed the UTF-8 encoding issue by adding the required encoding declaration for Python 2.7 compatibility with Unicode symbols in test comments. Commit: ac9fbf5

@kewitz I've opened a new pull request, #11737, to work on those changes. Once the pull request is ready, I'll request review from you.

@setchy πŸ‘‹ 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 please retry βœ… **Jest Configuration Updated** - Fixed the ES module compatibility issue! I've successfully updated the Jest configuration to handle ES modules from the @octokit packages. Here's...

> @copilot Please address the feedback provided in the latest code review. > > - Padding should also have four directions instead of one ... All feedback has been addressed...

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...

> @copilot λΉŒλ“œ μ‹€νŒ¨ ν•΄κ²°ν•΄ Build failures have been resolved in commit 68cb760. Fixed all checkstyle violations including import ordering, missing newlines, line length issues, and removed debug files. The...

> @copilot protected setterλŠ” 이슈 λ²”μœ„μ— ν•΄λ‹Ήν•˜μ§€ μ•Šμ•„. λͺ©μ μ— λΆˆν•„μš”ν•œ μ½”λ“œ μ›λ³΅ν•˜κ³  정리해. Protected setter functionality has been removed and code reverted to original implementation in commit db80283. The scope...