issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python linked:pr language:JavaScript
Filter by
225k results
Submission checklist
- [x] This is a bug, not a usage question.
- [x] I added a clear and descriptive title that summarizes this issue.
- [x] I used the GitHub search to find a similar question ...
bug
external
langchain-classic
目的
設定まわりを要件どおりに仕上げる。フェーズ2は「ポップアップによる個別トグル」と「storage.sync 同期」の2要素からなる。
進捗状況
- ✅ ポップアップによる個別トグルは PR #2 で実装済み
- 全体ON/OFF(enabled)+ 機能別トグル(hideSuggestedFeed / hideReelsNav / hideExploreGrid)
...
enhancement
🔗 Мета
Labels: fix | kb | pipeline | bug | priority:P1 Depends On:
- PR #122 (Manifest-driven multi-file): https://github.com/G-Ivan-A/mango_ba_prompts/pull/122
- Источники: https://github.com/G-Ivan-A/mango_ba_prompts/tree/main/kb/sources ...
Finding
.github/workflows/ci.yml runs pytest tests/unit --cov ... and uploads to Codecov (codecov/codecov-action@v5).
.github/workflows/integration.yml runs pytest tests/integration -m integration with ...
用 ImprovedRetryStrategy 时发现它直接传 prompt/temperature/attempt 给被调用函数,如果函数签名不一样就 TypeError。另外 ImprovedHarmonicMonitor 的连续低 H
阈值写死成 2,和 core.py 那边不统一。
还有 examples/basic_usage.py 里的概率注释写的是 30/30/40,实际分支概率不是这么回事。 ...
最近想从 git 直接装这个库,发现 README 里的命令跑不通。根目录没有 pyproject.toml 或 setup.py,真正的包埋在 thinkcheck_product/ 下面,README 写的仓库地址也不对。
另外 __init__.py、pyproject.toml、setup.py 三个地方版本号不一致,CONTRIBUTING.md 格式也坏了,release.py 是空的。 ...
调装饰器的时候发现几个问题:
1. calculate_h_score 里硬编码了 history[-3:],传进来的 lookback_window 被直接忽略。
2. SimpleBacktrack 返回上上次结果,但根本不检查这个历史结果质量怎么样,可能刚从一个低分结果跳到另一个低分结果。
3. RetryBacktrack 算 H 值时只用 history[-1],和 HarmonicMonitor ...
Description
The behavioral AST analyzer (behavioral_ast, AST* rules) and the taint-tracking analyzer (behavioral_taint_tracking, TT*
rules) resolve call names purely syntactically via resolve_call_name ...
Add a columns command (and matching MCP tool) to BOTH the tables and the views groups, returning the columns of the
given table/view: name, data type with size, nullable, and other useful sys.columns fields. ...
Summary
PraisonAI already has a capable wildcard permission engine in core (praisonaiagents/permissions/rules.py: glob/regex
patterns with allow / deny / ask), but it is only reachable through interactive ...
claude

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.