pullrequests Search Results · language:Dune language:Python language:Java language:JavaScript language:JavaScript language:HTML
Filter by
210M results
Adds Phase 2 JSON/JSONL-to-SQLite lineage projection for the forecast DB transition.
Scope:
- Adds run-level + per-package projection into the existing v58 foundation tables.
- Adds read-only package/run ...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
Set up and validated the ION DEX development environment on the Cursor Cloud VM, ran both services, and completed a
hello-world that exercises core DEX functionality ...
Problem
A second team member hit a non-IAM permission error on absconda publish:
scp: dest open /var/lib/absconda/gcp-builder-20260618044644-42c42c34.tar.gz : Permission denied
ERROR: (gcloud.compute.scp) ...
Why
Final slice of the long-loop Lyhna Desktop build. Adds the packaging command/config and honest run/build docs, closing
out Lyhna Desktop v1 (in-repo). Makes no prebuilt-download claim.
What
- ...
Two related fixes, found while reading the persistence code.
Bug 1 — Lesson completion didn t persist across reloads
completeLesson() was setting this.currentLesson.completed = true on the in-memory ...
Summary
- 新增 PushCenterProjectionService,把 external_effect_job / external_effect_attempt 与 broadcast_jobs / outbound_tasks
聚合为统一发送任务视图。
- 新增 group_ops shadow 模式 effective_status:主链路已发送但 shadow ...
mock 대신 실제 LLM 연결. 구현단계는 Ollama(qwen2.5:14b), 추후 Azure OpenAI 교체를 위해 LLMClient Protocol + get_llm_client() 팩토리로
swappable 설계.
- core/llm.py: LLMClient Protocol + OllamaLLMClient(async httpx /api/chat) ...
This is a sync of all of niksyarg s iterations on the Bird Watcher exercise on Exercism s JavaScript Track.
It has been automatically generated at the request of niksyarg using Exercism s GitHub Solution ...
This PR addresses the review feedback on PR #1: renaming the deploy script to deploy:manual broke npm lifecycle coupling
with predeploy, so manual deploys no longer guaranteed a fresh dist/ build.
- ...