Copilot

Results 4682 issues of Copilot

This PR implements support for custom format templates in the refbox citation display, allowing users to define their own citation formats through metadata while maintaining backward compatibility. ## Problem The...

## Overview This PR implements the MySQL handshake and authentication protocol directly without depending on the MySql.Data.MySqlClient driver, addressing the requirement to establish raw TCP connections and handle MySQL protocol...

This PR ports the functionality from `tools/mio_hd_thumbnail.py` to Java, enabling the main server to generate high-quality game thumbnails without external Python dependencies. ## Problem The existing Python script `mio_hd_thumbnail.py` generates...

## Overview This PR implements support for resolving multiple NuGet package references in a single call, with automatic version conflict resolution following NuGet's standard resolution rules. This addresses the issue...

This PR removes all occurrences of the `micromamba-version: "1.5.10-0"` specification from GitHub workflow files, as the underlying issue that necessitated this pin has been resolved. ## Background The micromamba version...

Fixes pymc-devs/pytensor#541 ## Problem `AdvancedSubtensor` currently takes `SliceType` and `NoneType` variables as inputs, which prevents using `Blockwise/vectorize` trivially in cases that would otherwise be valid: ```python import pytensor import pytensor.tensor...

This PR addresses the documentation of the `inplace_on_inputs` method as requested in the issue. The method allows `Op` classes to create inplace versions of themselves for specified inputs, enabling memory...

This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot coding agents with detailed instructions on how to work effectively with the AbstractPPL.jl codebase. ## What's Included The instructions...

This PR enhances the Text2SQL evaluation capabilities in Agent Lightning by providing comprehensive benchmark results and detailed metrics that were previously unavailable. ## What's Added ### 📊 Detailed Execution Accuracy...

The AgentOps instrumentation was causing agent crashes when LLM servers returned HTTP 503 (Service Unavailable) errors. This resulted in agents returning `answer: None` instead of computing actual results. ## Problem...