Copilot
Copilot
## Problem When inserting new elements into a list of lists, the JSON patch representation was unnecessarily complex. Instead of generating a simple `add` operation with the whole list element...
## Issue When `jsonpatch.make_patch()` creates patches with multiple interdependent move operations, the operations are sometimes ordered incorrectly, resulting in incorrect patch application. This happened because the order in which operations...
- [x] Understand the issue with slashes in dictionary keys - [x] Research JSON Pointer specification to confirm current behavior is correct - [ ] Create a utility function to...
- [x] Analyze the issue with optimizing list insertion/deletion diffs - [x] Create tests to reproduce and understand the problem - [ ] Enhance the DiffBuilder.execute() method to optimize list...
- [ ] Confirm the issue by running test that reproduces the error - [ ] Analyze the patch generation logic in DiffBuilder to understand why the order of operations...
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
This PR adds Subscribe and Feedback links to the site footer as requested in the issue, matching the design shown in the provided mockup. ## Changes Made ### Subscribe Link...
This PR adds comprehensive documentation for Pulumi Deployments remediation functionality, addressing the lack of detail about what happens when remediation runs. ## Changes Made **Added new section: "Understanding Drift Remediation"**...
## Issue Description In the top navigation menu on pulumi.com, all product selections had their own icon except for Pulumi IDP, which was missing its puzzle piece icon. ## Fix...
- [x] Identify the issue: The Pulumi IDP menu item is missing its custom puzzle piece icon in navigation dropdowns - [x] Find the custom puzzle icon: Located at `/static/icons/puzzle.svg`...