Copilot

Results 4682 issues of Copilot

## Issue When using custom types like `Date` in a schema, there is an inconsistency in how values are returned between `Model.create()` and `Model.get()`. For example, with a schema containing:...

changed:project

This PR adds support for DynamoDB Global Tables through a new replication option in the Table constructor. ## Changes - Added new `TableReplicationOptions` interface with `regions` property to specify which...

changed:project

## Problem When users resize their window (especially on mobile devices), the camera moves unexpectedly along with the resize operation. This also causes scaling issues on desktop where the window...

🛠️ WIP
⌛needs PoF

The CAT (Content Addressable Transaction) mempool was panicking when attempting to add a duplicate peer, which could occur during rapid peer removal and addition cycles under heavy network load. ##...

## Summary This PR fixes malformed JSON-RPC responses returned by the `/header` and `/block` RPC endpoints when requested blocks are not available (e.g., pruned blocks). Instead of returning malformed success...

ws: v4
S:backport-to-v0.38.x

This PR adds a new Mergify rule to enable automatic backporting from release branches to the main branch using the `S:backport-to-main` label. ## Changes ### 1. Added Mergify Rule (`.github/mergify.yml`)...

This PR addresses the issue where CNS was directly logging HNS Endpoints with `%+v`, which resulted in printing byte arrays as raw bytes in the logs. ## Changes made: 1....

exempt-stale

This PR adds version constraints to the Dependabot configuration to ensure Kubernetes dependencies remain compatible with versions 1.30, 1.31, and 1.32. ## Problem Without version constraints, Dependabot could automatically update...

ci
exempt-stale

## Issue In the `releaseAll` function of the CNS fsnotify package, when errors occur during file operations (opening or reading files), the code logs the error but continues execution. This...

exempt-stale

Added comprehensive Docker image generation documentation to the main README covering all four core networking components as requested in the issue. ## Changes Made Added a new "Docker Image Generation"...

docs
exempt-stale