Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:Java language:HTML language:JavaScript

Filter by

61.6M results  (777 ms)

61.6M results

Current design We expose three observability mechanisms in instrumentation/, and each one reaches its call sites through a different seam: - OpenTelemetry-style span Tracer — injected as a constructor ...
enhancement
question

Current design serde/codec.py is a ~1000-line reflective interpreter that maps frozen dataclasses to and from plain documents. It walks the typing surface itself: _decode_value dispatches over Annotated, ...
enhancement
question

Summary On POST /v1/ingest/{signal}, the per-gateway byte-rate token bucket is charged before the idempotency ledger is consulted. An already-acked X-Hyp-Batch-Id returns 202 and does no spooling work ...

Current design pipeline/dispatch.py exists to give the paginator and the reconnecting SSE client a single definition of accept a Pipeline or a bare send-callable so neither has to import the other. It ...
enhancement

Description Grow the LLMClient seam an image-input path so a message (or a tool_result) can carry an image content block alongside text. This is the one new mechanism v0.22 needs — both the shared-image ...
v0::area:core
v0::size:M
v0::version:0

Current design We ship two unrelated pagination systems. 1. http.common.pagination — Pager / ItemPaged and their async twins (packages/dexpace-sdk-core/src/dexpace/sdk/core/http/common/pagination.py). ...
documentation
enhancement

Current design core exposes the transport seam as a single-method HttpClient / AsyncHttpClient Protocol (execute(request) - Response) and ships no scaffolding beneath it. Each of the four transport packages ...
enhancement
question

Current design The transport seam is a single-method Protocol with exactly one parameter: # client/http_client.py def execute(self, request: Request) - Response: ... # client/async_http_client.py async ...
enhancement
question

Current design Per-call overrides flow through the pipeline as untyped keyword arguments. Pipeline.run (and AsyncPipeline.run) accept **options: Any and stash them on the mutable scratchpad: - packages/dexpace-sdk-core/src/dexpace/sdk/core/pipeline/pipeline.py:108,124 ...
enhancement
question
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.