issues Search Results · language:Dune language:Python language:JavaScript language:Python language:Java language:JavaScript
Filter by
55M results
Context
Today s daf is currently chosen by the reader s local civil date (getTodaysDaf in src/lib/sefaria.js defaults to the
device s local date and asks Sefaria s calendar API). That is correct for most ...
enhancement
future
Could you please share the rest homework(Homework 3-6) pdfs of EE367?
Context
The daf is studied aloud, so transliteration is a real feature, not a nicety. The app currently ships a single
transliteration scheme, a Sephardi-academic-style pronunciation aid, implemented ...
enhancement
future
Problem
make_parent_invite_token embeds student_id in the token payload (backend/accounts/tokens.py:26).
AcceptInviteView decodes it into a local variable student_id (views.py:294) but never stores it ...
Problem
CookieJWTAuthentication extends JWTAuthentication, which does NOT call enforce_csrf. DRF only enforces CSRF for
SessionAuthentication. As a result, state-changing endpoints (/login, /logout, /password-reset/confirm, ...
Problem
The verification email links to $\{FRONTEND_URL\}/verify-email?token= token (see backend/accounts/emails.py:16).
However, frontend/src/pages/VerifyEmailPage.tsx only renders a static Check your ...
Scope
Codify the owner-approved rule that repeated approval prompts, repeated error paths, repeated work interruptions,
sandbox/operator friction, or retries without new evidence trigger a durable optimization ...
delivery:protected-pr
governance
P1
policy
size:M
Question
Should the Python code under src/.memoria become an installable package, instead of relying on ad hoc sys.path setup in
tests, scripts, and runtime entry points?
Why this matters
Today the ...
Parent
#6158
What to build
端到端验证 ADR-011 drift 修复:跑一次含 Strategy + Risk 的完整回测,对比修复前后 ClickHouse signal 表的日志完整度与 source 分布。
Steps to reproduce
1. 选一个同时绑 Strategy(如 moving_average_crossover)和多个 Risk(loss_limit/profit_target/position_ratio)的 ...
mod:logging
mod:trading
P2
ready-for-human
test
Summary
MemoryEngine._get_hybrid_search is a lock-free check-then-set lazy initializer:
def _get_hybrid_search(self):
if self._hybrid_search is not None:
return self._hybrid_search
try: ...

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.