Copilot

Results 4682 issues of Copilot

Adds documentation for the `join` function in the chart template guide's functions and pipelines section. ### Changes - Added new "Using the `join` function" section after the `default` function section...

size/M

## Summary Fixed regression where `Omit` utility type with recursive interfaces causes "maximum call stack size exceeded" error. ## Completed Work - [x] Set up test environment - [x] Create...

Identified and fixed performance bottlenecks across Android and Web SDKs affecting multi-threaded logging, file I/O, and database operations. ## Android SDK **Thread-safe SimpleDateFormat** - Replaced shared `SimpleDateFormat` instances with `ThreadLocal`...

## Description Single-choice information dialogs (Save/Erase confirmations, error messages) now respond to Enter key press in addition to mouse click. Improves keyboard navigation and mobile usability. ### Changes **Modified `showInformationDialog()`...

RN: IMPROVEMENT

Implements shadow mapping for WebGPU renderer to make `webgpu_shadows.html` example functional. ## Bug Fixes - Fixed import paths in `WebGPUResourceManager.js` and `WebGPUState.js` (`../core/` → `../../core/`) - Fixed linting errors (trailing...

This PR was prepared with the assistance of GitHub Copilot. - [x] By submitting this pull request, I assign the copyright of my contribution to _The igraph development team_. ##...

Removed `IGNORE:` specifications for all feasible non-callback functions and regenerated Stimulus interfaces, enabling automatic wrapper generation for 108 previously ignored functions. ## Changes - **Removed IGNORE specs** for 109 non-callback...

Analyzed three packages with newly broken checks to determine root causes and assess whether issues stem from igraph bugs or downstream package issues. ## Analysis Created `revdep/problems-analysis.md` with detailed findings:...

- [x] Merge main branch - [x] Resolve merge conflicts - [x] Remove spurious system headers from .dd files (cpp11.dd, rinterface.dd) - [x] Move optional VERTEX subtraction logic outside of...

Replaces manual vector recycling using `rep(x, length.out = n)` with `vctrs::vec_recycle(x, n)` for better error messages and consistency. ## Changes - **R/plot.R**: Use `vctrs::vec_size_common()` to determine common size in `igraph.Arrows()`,...