issues Search Results · language:Edge language:TypeScript language:JavaScript language:JavaScript language:PHP language:PHP
Filter by
40.6M results
Repro
Zend (reference):
?php
echo sprintf( %*d , 5, 1), \n ; // 1
echo sprintf( %0*d , 5, 1), \n ; // 00001
php-compiler VM:
php bin/vm.php -r echo sprintf( %*d ,5,1),\ \\n\ ;
Actual ...
area:vm
implementation-ready
phase-4:stdlib
Description: When a user attempts to sign in with a Google account for the first time on the Enatega Multivendor
Customer App, the application crashes unexpectedly.
Steps to Reproduce: Open the Enatega ...
Probleem
Een reload van de webview (F5, Ctrl+R, Ctrl+Shift+R, Ctrl+F5) wist alle agent-tabs uit beeld. Erger nog: de
onderliggende claude.exe-processen worden niet afgesloten.
Oorzaak
Taurus is een ...
bug
Bootstrap snapshot (this workspace)
- make bootstrap-selfhost-link: OK
- make bootstrap-selfhost-helloworld: FAIL
First failing command:
./script/docker-exec.sh -- bash -lc make bootstrap-selfhost-helloworld ...
area:compiler
IMPORTANT
phase-0:Foundation
Description
src/components/features/chat/chat-message.tsx (412 lines) defined three components: the exported ChatMessage plus two
file-private pieces — PendingStopIcon (the stop-button SVG) and UserMessageBody ...
任务: 实现最小 Hook 触发逻辑。
目标: 让 D 能接收一个发出的事件,并把该事件转换为一次 Gate 检查请求。
完成标准:
- D 能接收来自当前流程中的事件。
- D 能识别当前流程需要处理的事件。
- D 能生成 Gate 请求。
- 暂不要求完整规则匹配或 DSL 解析。
- 实现遵循 D Hook-Gate Spec。
area:d
Bug
On mobile, the cached measurements list only refreshes when the user signs out and back in. Data that syncs into local
SQLite while the app is backgrounded stays stale in the UI until a full auth ...
ENABLE_IMAGE 参数在脚本 都不存在
背景
Chrome Performance 中,专家对话窗口出现明显前端性能问题:
- LCP: 3.81s
- LCP element: span.tool-context-text
- INP: 3152ms,交互类型为 keyboard
- 补充观察:键盘输入卡顿集中在 textarea.message-input,单次响应可达 6-7 秒
- CLS: 0.05
当前现象说明问题不只是输入框本身,更可能是输入事件触发后,ChatWindow ...
bug
Repro
Zend (reference):
?php
echo sprintf( %3$02d , 1, 2, 3), \n ;
Expected output (Zend):
03
php-compiler VM:
php bin/vm.php -r echo sprintf( %3\$02d ,1,2,3),\ \\n\ ;
Actual output (VM):
3 ...
area:vm
implementation-ready
phase-4:stdlib

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.