issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:Java language:Python
Filter by
61.8M results
Description
The repository archive download workflow only searches for repositories owned by the currently authenticated user.
As a result, authenticated users cannot download archives of public repositories ...
GET /api/mockup-data returns HTTP 500 in production (reproduced twice on
https://schubert-travel.vercel.app/api/mockup-data, ~2.3s first hit). It backs the public city-detail-redesign.html
mockup, not ...
bug
P1 — production login is broken. A real user cannot sign in.
Symptom
On https://schubert-travel.vercel.app/ (the app s live public domain), after Google sign-in the user is redirected to
https://schubert-livability-scout.vercel.app/, ...
bug
platform-integration
Parent
https://github.com/fuyuoo/backtrader/issues/13
What to build
把共享 Prepared Run Data、归因日期索引和数据快照读取缓存整合进实际大批量候选因子验证路径。用户仍通过候选 manifest 发起真实策略级单因子回测,系统使用优化路径生成与现有矩阵兼容的结果,并保留旧路径作为回退。
这个 slice 是最终端到端集成:它不新增策略语义,不做多因子组合,只让当前入场候选因子筛选流程在大批量候选上更快、更可恢复、更可诊断。 ...
ready-for-agent
Parent
https://github.com/fuyuoo/backtrader/issues/13
What to build
为批量入场因子验证增加数据快照读取缓存。相同数据身份、日期范围、复权方式和读取选项的快照读取可以复用;不同资产、不同日期范围、不同复权或会影响返回值的选项必须隔离。
缓存应服务于真实回测批量验证,不改变数据含义,也不把缓存细节暴露成调用方必须理解的新接口。 ...
ready-for-agent
Parent
https://github.com/fuyuoo/backtrader/issues/13
What to build
优化入场归因证据的日期索引。把重复的 evidence 日期查找从线性扫描改为可复用的日期索引,并保留 exact-date 优先和 on-or-before 回退语义。
这个 slice 必须保证不可在入场时获得的信息仍被拒绝,不能因为索引优化改变因子是否可用的判断。 ...
ready-for-agent
Parent
https://github.com/fuyuoo/backtrader/issues/13
What to build
在批量入场因子验证中复用不可变的 Prepared Run Data。对于同一批次内基准配置、日期范围、股票池和数据输入一致的候选,应只准备一次可共享数据,然后为每个候选应用独立的入场过滤规则。
共享必须由完整 cache key 保护,不能让不同配置、不同日期范围或不同数据输入的候选误用同一份准备数据。 ...
ready-for-agent
Parent
https://github.com/fuyuoo/backtrader/issues/13
What to build
实现最小批量入场因子验证 runner。它接受候选 manifest,逐个执行候选验证,保留当前单候选真实回测语义,并产出与现有矩阵流程兼容的结果。
这个 slice 的重点是先打通端到端批量路径,而不是马上做深度性能优化。它需要支持 resume、状态文件、逐候选日志、失败诊断和矩阵汇总,为后续共享 ...
ready-for-agent
Problem
Users cannot reliably remove saved authentication from the Authentication Center. After a delete request, Firestore map
fields can retain omitted provider/entry keys because the transaction writes ...
bug
Parent
https://github.com/fuyuoo/backtrader/issues/13
What to build
建立批量入场因子验证的等价性护栏。用现有逐候选真实回测路径作为黄金基准,构造一个小 manifest,验证未来批量路径在候选状态、核心指标、基准 delta、invalid 诊断和矩阵形状上与旧路径一致。
这个 slice 不要求实现新的批量优化逻辑,只先定义可重复执行的 ...
ready-for-agent

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.