Skip to content

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

Filter by

47.4M results  (721 ms)

47.4M results

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

Status: Known Issue Priority: Medium Notes: Does not affect core functionality. Framework remains fully usable. Investigation deferred pending future NativeFlow audit.

Current design TokenCache (packages/dexpace-sdk-core/src/dexpace/sdk/core/http/auth/token_cache.py:21) is a sync-only Protocol exposing exactly three operations: class TokenCache(Protocol): def get(self, ...
enhancement

Current design Authentication is modelled as an ordinary Policy occupying the single Stage.AUTH pillar, and the bearer policy folds two very different jobs into one object. - KeyCredentialPolicy and ...
enhancement

Current design We enforce one invariant — a credential minted for origin A must never travel to origin B — but we enforce it independently in three places, and the three do not agree on what origin they ...
enhancement

Current design Per-call telemetry is modelled two ways at once: 1. As an immutable promotion chain DispatchContext - RequestContext - ExchangeContext (packages/dexpace-sdk-core/src/dexpace/sdk/core/http/context/), ...
enhancement
question

[UI] Fix broken submit button layout in registration form
good first issue

Context BlueFlow s outbound Viper webhook payload exists only as a Python dataclass (ViperWebhookResponse.to_dict() in blueflow/models/viper.py). It is not part of the served OpenAPI at /api/schema/ because ...
api
enhancement
needs-refinement
testing
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.