Copilot

Results 4682 issues of Copilot

This PR enables reproducible builds by changing the GoReleaser configuration to use commit timestamp instead of build timestamp for the build date. ## Problem Currently, OpenFGA builds are not reproducible...

Skip-Changelog

## Overview This PR adds path filters to the "Check & Review code" workflow to prevent it from running when only non-Go files are modified. This optimization saves CI resources...

The retry loop workaround for [microsoft/vscode#256031](https://github.com/microsoft/vscode/issues/256031) is no longer needed as the issue has been fixed in vscode-insiders. ### Changes - **test/vscodeLauncher.ts**: Remove the 5-attempt retry loop with 2s delays...

The CONTRIBUTING.md incorrectly implied that `vsts-npm-auth` authentication was required for initial setup. Authentication is only needed when adding new packages to the Azure DevOps feeds, not for installing existing dependencies....

When C# Dev Kit is installed, the extension shows a modal warning that recommends against using the ".NET: Generate Assets for Build and Debug" command in favor of dynamic debugging...

This PR upgrades the project from Django 4.2.24 to Django 5.2.6, bringing the latest security updates, performance improvements, and features while maintaining full backward compatibility. ## Changes Made ### Core...

Five private helper functions in `powergenome/GenX.py` handling incentive policy validation and DataFrame construction lacked documentation, making the complex validation logic and error handling difficult to understand. ## Changes Added comprehensive...

## Summary Modified the `load_data` function in `powergenome/util.py` to automatically sort loaded DataFrames by the `time_index` column when it exists. This ensures consistent time-ordered data processing across the PowerGenome workflow....

This PR addresses the issue where PowerGenome code assumes that all time series data are stored with sorted `time_index`, which may not always be the case. ## Problem The codebase...

Containers now display the exact Git version at startup, enabling users to identify which code version was used in a run. ## Changes - **Dockerfiles** (`sim/Dockerfile`, `endpoint/Dockerfile`): - Added `ARG...