pullrequests Search Results · language:Dune language:Python language:Java language:JavaScript language:JavaScript
Filter by
183M results
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @types/node (source) | ^20.0.0 → ^24.0.0 | age | confidence |
Configuration
📅 Schedule: (UTC) ...
概要
同カテゴリの公開記事を「あわせて読みたい」で相互リンクし、回遊・SEOを強化。
動作
- 生成時(Xserver): 同カテゴリの公開記事への関連リンクを本文末尾に付与(フォワード)
- 公開時(Render /review): 同カテゴリ全記事の関連ブロックを再計算して相互リンク化(被リンク更新・自動更新)
- マーカー !-- related-links -- … で囲み、再計算時に置換するので重複しない ...
https://claude.ai/code/session_01P5uoA7nA6dngWATrjRbhcp
🛠️ Solution Summary
The uploadSegment method now accepts both IN_PROGRESS and FAILED states, preventing the RuntimeException for FAILED
responses.
Added retry logic to the uploadFile method to handle ...
Description
Brief description of changes
Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Other (describe)
Related Issue
Fixes ...
What this PR does / why we need it: Includes:
- https://github.com/open-component-model/odg-core/pull/852
- https://github.com/open-component-model/odg-core/pull/859
Which issue(s) this PR fixes: ...
area/cicd
kind/task
Products column in the orders table now shows max 3 lines. Hovering reveals the full order as a wider tooltip (400px)
with each product on its own line.
https://claude.ai/code/session_01ALPRfxvcS1wU5a9t52qwjg ...
The bug
DataValidator accepts CHAR(N) (the validator has an explicit _validate_char with length enforcement + NULL tolerance,
mirroring _validate_varchar). But Database._get_sqlalchemy_type (the DDL layer) ...
Supplement existing set_tag/set_context/set_extra calls with set_attribute so that data gets added to attributes-based
telemetry as well. This will make the migration to span streaming easier.
Related ...
Scope: Backend
This PR significantly improves the project s documentation by centralizing it into a dedicated docs/ directory.
Key changes:
- Architecture Overview: New ARCHITECTURE.md explains the 4-layer detection ...