issues Search Results · language:Dune language:Python language:HTML language:JavaScript language:JavaScript linked:pr
Filter by
4.9M results
Uppföljning från #8 / PR #17.
Migrera 2025-historik -knappen i adminpanelen är en engångsåtgärd men ligger kvar permanent i UI:t. När migreringen väl
är körd i produktion (history/2025 finns i Firestore) ...
Priority: P2
Context
DbWriter._build_upsert_stmt() raises ConfigurationError when the engine dialect is not in _UPSERT_DIALECTS.
ConfigurationError signals a startup misconfiguration, but dialect is ...
bug
Priority: P2
Context
In PollRunner.tick(), the lag metric is computed only when cursor_dt.tzinfo is not None. If a source emits a tz-naive
ISO timestamp (e.g. 2024-01-01T12:00:00), the lag metric is ...
bug
Priority: P2
Context
EngineProvider._cache_key serializes the config dict with json.dumps(..., default=str). The default=str fallback
silently converts any non-serializable Python object (e.g., a custom ...
bug
Refresh the Rust MVP progress and resume handoff docs after the implementation line advanced beyond PR #950.
Scope:
- Update specs/762_stage5_artifacts/mvp_progress.md and resume_handoff.md to reflect ...
Priority: P2
Context
EngineProvider pools SQLAlchemy Engine objects across invocations and provides a dispose_all() method, but no automatic
cleanup is registered. In Azure Functions Premium/Dedicated ...
enhancement
Priority: P2
Context
DbReader.query() and DbReader.scalar() accept a raw sql: str argument and pass it to SQLAlchemy text(). The current
docstring gives a one-line caution about using :name placeholders. ...
documentation
enhancement
Priority: P1
Context
In DbWriter.transaction(), the rollback path is:
except BaseException:
try:
tx.rollback()
finally:
self._tx = None
self._tx_conn = None
conn.close() ...
bug
Priority: P1
Context
PollRunner.__init__ accepts a retry_policy: RetryPolicy | None parameter and stores it as self._retry_policy, but tick()
never references self._retry_policy. The RetryPolicy.delay_for_attempt() ...
bug
What to solve
nix flake check now includes vm-minimal-boot (from #9) which needs KVM to run. GitHub Actions free tier doesn t provide
/dev/kvm, so CI will either skip or fail on VM test checks.
Options ...
enhancement

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 IssuesProTip! Restrict your search to the title by using the in:title qualifier.