Copilot
Copilot
This PR addresses the critical performance issue where path planning on large street graphs was taking ~5 seconds for full searches, making the route planner demo unreliable for practical use....
This PR implements a new "transit" edge provider in the Python extensions that enables pathfinding on public transit networks using GTFS (General Transit Feed Specification) data. ## Overview The transit...
This PR implements the first step in gradually migrating graphserver's hand-made Python bindings from ctypes to SWIG, starting with the Vector component. The migration maintains 100% backward compatibility while establishing...
This PR implements comprehensive unit tests for the RobotCode analyzer package, addressing the requirement to create extensive unit tests for the code analyzer ("erstelle für den code analyzer umfangreiche unittests")....
## .NET 9 Target Framework and Dependency Update - COMPLETED ✅ - [x] Explore repository structure and understand current state - [x] Verify current build works with .NET 8 -...
## Problem The unit test `SuperSocket.Tests.WebSocket.WebSocketBasicTest.TestFalseHandshake` was failing randomly on macOS environments. The test is designed to verify that when a WebSocket handshake validator returns `false`, all connections should be...
Adds comprehensive edge case tests for `make_line_straight` and `make_line_angled` functions introduced in the refactoring. ## Test Coverage **`make_line_straight`** (8 tests): - Boundary slopes: horizontal (m=0), vertical (m=∞), diagonal (m=±1) -...
The V2 Agent SDK implementation was calling `sdkSession.stream()` instead of the documented `sdkSession.receive()` method, causing a mismatch with the official API specification. ## Changes - **SDKAgent.ts (lines 129, 176)**: Changed...
Proof of concept converting two WinForms dialogs to Eto.Forms to evaluate cross-platform UI modernization. ## Implementation **New Projects** - `Central.Eto` - Library with Eto.Forms dialog implementations - `Central.Eto.Demo` - Demo...
## Summary Adds [Standard Webhooks](https://www.standardwebhooks.com/) signature support for HTTP webhook shovels, enabling secure webhook delivery with HMAC-SHA256 signatures. ### Features - **Standard Webhooks headers**: `webhook-id`, `webhook-timestamp`, `webhook-signature` - **Key rotation...