pullrequests Search Results · language:Dune language:JavaScript language:HTML language:Python language:JavaScript
Filter by
175M results
Summary
- Combined 13-persona investor panel analysis across 5 semiconductor/tech stocks: FN, AMAT, NVDA, ASML, TSM
- Plain-English business explanations, per-analyst signals with confidence levels, ...
Summary
Unifies the Autonomous Trading dashboard so it follows the detected Paper or Live TWS account context instead of staying
paper-only.
- Routes Paper controls to the existing paper mode/runner ...
Motivation
- 修复将 HTML 转成 PPTX 时部分 Font Awesome 图标出现乱码或通过 ::before/::after 伪元素呈现的图标缺失的问题。
- 原因包括 CSS content 中使用私有区/转义序列,以及在目标环境中 PowerPoint 不可用图标字体导致的空白或替换字符。
- 需要在导出前解析伪元素内容并在字体可用时以位图方式保留图标外观以避免依赖目标环境的字体。 ...
codex
개요
P-T3 진단으로 확인된 무동작 원인(토글 OFF, 클라이언트 소스 상수 — 엣지 배포와 별개)을 해소한다. 직행하지 않고 가장 검증된 opinion 모듈부터 켜서 배포 작동을 먼저 확인한다.
patent/division은 OFF 유지(격리).
변경 (최소)
| 파일 | 변경 |
| --- | --- |
| review-engine/index.js ...
Problem
When Arlington s WebTrac flips every section to Unavailable ~2 weeks after the class-open date (registration closed —
nobody can register), the analysis page would have silently gone empty. Every ...
Bumps the python-deps group with 4 updates: trame-vtk, ty, pytest and zensical.
Updates trame-vtk from 2.11.8 to 2.11.12 details summary Release notes /summary p em Sourced from a href=
https://github.com/Kitware/trame-vtk/releases ...
dependencies
python:uv
Résumé
- Ajoute docs/ARCHITECTURE.md pour documenter le bot Gmail → Discord.
- Lie la documentation d architecture depuis le README.
PRD / specs / plans consultés
- README, gmail_discord_bot.py, ...
Motivation
- Ensure advertiser rank transitions (e.g. 🥈 실버 → 🥇 골드) use the same DOM structure and classes as member level
transitions so styling and accessibility are consistent.
Description
...
codex
💡 What: Replaced Path.iterdir() with a context-managed os.scandir() call in swarm/api/services/spec_manager.py list_runs
method. Evaluates .is_dir() directly on the os.DirEntry objects. 🎯 Why: Path.iterdir() ...