Copilot
Copilot
Dieser PR vervollständigt die Umstellung der deutschen Übersetzung des Git-Buches von der formellen "Sie"-Form auf die informelle "Du"-Form, die am 20.10.2024 begonnen wurde. ## Hintergrund Wie in den Übersetzungsnotizen dokumentiert,...
The script now fetches monthly donations from the ESLint sponsors data and displays the calculated contributor pool funds (monthly donations / 10, truncated to 2 decimals) in the generated report....
The PHP CS Fixer was reporting a `single_space_around_construct` rule violation in `src/SearchApi.php`: ``` Found 1 of 29 files that can be fixed in 0.282 seconds, 16.00 MB memory used Error:...
This PR implements an automated workflow that creates issues in OpenFoodFacts SDK repositories whenever a Robotoff release contains API changes, as requested in the issue. ## Overview The new GitHub...
In React Native, `accessible={false}` on a container paradoxically enables child elements to be individually accessible to screen readers, while `accessible={true}` groups them into a single inaccessible unit. This was causing...
## TTD.Heap Implementation Plan Based on my analysis of the existing TTD.Memory and TTD.Calls functionality, I need to implement the TTD.Heap feature that will provide information about heap calls throughout...
This PR implements support for attaching TTD (Time Travel Debugging) recording to running processes, addressing a key limitation mentioned in the documentation. ## Changes Made ### UI Enhancements - Added...
This PR implements a comprehensive bookmark system for the Binary Ninja debugger that allows users to bookmark timestamps and navigate to them with double-click functionality, particularly useful for Time Travel...
## Summary Fixes the issue where debugger control buttons would be hidden when the debugger sidebar was narrow, requiring users to click an overflow menu to access them. With this...
Add stack information to Debugger Info widget with interactive Storage column and enhanced display
## Summary Adds stack information display to the Debugger Info widget, showing stack contents at RSP + offsets with comprehensive address analysis using the existing `GetAddressInformation` API. This addresses the...