issues Search Results · language:Dune language:Python language:JavaScript language:Python language:Python language:HTML
Filter by
47.1M results
Problem (confirmed)
The wrapper relies on write_cache to populate the in-memory LRU, but the entire body of write_cache — including the
_lru_set call — is gated behind cache.write:
packages/python/src/cachetta/write_cache.py:18 ...
Expected behavior
A deterministic QNode with fixed captured inputs should return the same result every time it is called, unless the user
explicitly changes those inputs between calls:
r1 = circuit() ...
bug 🐛
Contexto
Detectado na review do PR #193 (finding A4, P3).
O PR #193 implementou _stdin_inflight tracking (Gap 11). Falta teste que cubra o ciclo completo:
1. inject_input() → texto em _stdin_inflight ...
Problem (confirmed)
The wrapper treats any nullish cached value as a miss:
packages/javascript/src/utils/cache-fn.ts:14
const data = await readCache(cache, ...args);
if (data != null) {
return data; ...
Contexto
Detectado na review do PR #193 (finding A3, P3).
_stdin_inflight e _pending_input em stream_collector.py usam o bare agent como chave de dicionário. Em cenário de
multi-project (dois projetos ...
Feature Request: Improve Appointment Scheduling on Doctor Profile Pages
Description
Currently, when users navigate to a doctor s profile through the navbar search functionality, the appointment booking ...
GSSOC 26
Level 3
Summary
synth-setter is a Claude-first agent harness: the canonical agent contract lives in AGENTS.md, CLAUDE.md points to it,
and the shared assets live under agent/skills/ and agent/hooks/ with .claude/{skills,hooks} ...
ci-automation
Summary
In backend/v2/composition/admin.py, one or more resolver functions catch broad exceptions and swallow them (returning
None or a default), masking real configuration errors at startup. This makes ...
Short Descriptive Title
src/training/trainer.py performs an unconditional top-level import mlflow and import mlflow.pytorch, causing an
ImportError crash on any environment that does not have MLflow installed ...
type:bug

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.