Copilot

Results 4682 issues of Copilot

This PR implements support for using `None` as both default values and instantiation values for `hp.int`, `hp.float`, `hp.bool`, and `hp.select` parameter types. ## Problem Previously, users could not define `None`...

Formula methods were accepting `paired = TRUE`, which is inconsistent with base R's `t.test.formula()` and can lead to incorrect usage since formula notation naturally represents independent groups, not paired data....

## Issue The CI/CD pipeline was failing because the `build_inc.py` script couldn't find the correct path to the `version.h` file during the build process. ## Changes This PR makes a...

The day formatter was hardcoded to `Date.today`, ignoring entries from date ranges specified via `-s`/`-e` flags. Running `t d -s 2013-07-29 -e 2013-07-29 -f day` would show `0%` and `0:00:00`...

- [x] Explore repository structure and understand the codebase - [x] Fix bug: Missing `.Trim()` in SQL statement check in SqlCeDatabase35.SqlCeDatabase.ExecuteQuery() - queries with leading whitespace were not being recognized...

## PR type - [x] Bug Fix ## Description Host roles were cleared immediately after sending verification code, removing server access before users could complete verification. **Changes:** - Moved `clear_host_roles()`...

This PR addresses several potential bugs and improves code robustness in the design patterns implementation: ## Issues Fixed ### 1. Improper Exception Usage Replaced deprecated `std::exception()` with more specific `std::runtime_error`...

This PR implements a comprehensive JSON export feature for the AngularJS dependency graph extension, allowing users to export their current graph data for external analysis and integration workflows. ## Changes...

This PR migrates the Chrome extension from Manifest v2 to Manifest v3 to comply with [Chrome's recommendations](https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3) and ensure continued compatibility with modern Chrome versions. ## Key Changes Made ###...

This PR implements a complete profiling suite to identify performance bottlenecks in the core GraphServer routing algorithm using real-world UW Campus OSM data scenarios. ## Problem Statement To find performance...