Copilot

Results 4682 issues of Copilot

## Migration from mxGraph 4.2.2 to maxGraph 0.20.0 (from v0.47.0) **Status**: ✅ **Rebased on master, 97 tsc errors remaining (down from 221)** ### ✅ Changes Completed #### Rebase on Master...

`evaluate_boxes()` raises `TypeError` when ground truth annotations have a non-default index and no predictions exist for that image. The issue occurs at lines 239-250 where Series with mismatched indices are...

This PR adds a new `format_prediction` function to `utilities.py` that provides a clean, single-function interface for formatting model predictions while handling empty predictions gracefully. ## Problem Previously, when processing predictions...

The GitHub Actions workflow had a circular dependency that prevented manual container builds from working correctly. The `generate_matrix` job was trying to use its own output `needs.generate_matrix.outputs.file_host` instead of the...

This PR adds a complete story demonstration for the **@sidebase/nuxt-auth** module in the showcase example, addressing the requirement to showcase authentication functionality in Storybook. ## 🎯 What's Added ### Authentication...

This PR creates a comprehensive showcase story for Nuxt UI v4.0.0-alpha.1 components in the showcase example. Due to compatibility constraints (nuxt-ui v4.0.0-alpha.1 requires Nuxt 4.x but the showcase runs on...

This PR converts internal Array usage to Vector for improved performance while maintaining backward compatibility. ## Changes 1. Changed internal storage from Array to Vector: - `Vector.` for `_valueClasses` in...

Implements automatic resumption of incomplete download tasks when the application launches, controlled via a user-configurable setting. ## Changes **Configuration** - Added `autoStartTasks` boolean field to `ExtraConfig` (defaults to `false`) -...

## Plan to fix ByteFmt integer overflow issue - [x] Analyze the issue - negative int64 value causes index out of range panic - [x] Add bounds checking to ByteFmt...

Users taking medication indefinitely had no way to skip adding an end date. The date picker would crash when trying to set far-future dates like 2100. ## Changes ### Data...