Copilot
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:...
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...
## 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...
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...
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....
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...
## 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...
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"...