pullrequests Search Results · language:Edge language:TypeScript language:PHP language:TypeScript language:CSS language:TypeScript
Filter by
18.4M results
Summary
- Appended #795 entry to CHANGELOG.md
- Appended #795 row to the Session Log in docs/dev-mentor-progress.md
Test plan
- [ ] Verify CHANGELOG.md has the #795 entry at the top
- [ ] Verify ...
$(cat EOF
Summary
- Live coding generation: prompt agora usa campos separados (code_solution, explanation, alternatives) para evitar
JSON inválido causado por backticks dentro de strings JSON; ...
What
Invoice::unserialize(), IDFactura::unserialize(), and the Verifactu log state reader all call PHP s unserialize() on
data read from the database (verifactu_logs.state) without specifying an allowed_classes ...
Summary
- ローカル開発環境が Node 20.19.6(EOL)に取り残され、CI(Node 22)および既存依存(@electron/notarize・@electron/rebuild が node =22.12.0
要求)と乖離していた問題を解消
- .nvmrc(22)と package.json の engines.node( =22.12.0)を追加し、ローカルと ...
Summary
Three small tweaks driven by the user s first proper service-report PDF download.
1. Drop the Time column from Devices Tested
The per-row HH:mm timestamp from parsed_device_tests.tested_at was ...
Summary
- document the %APPDATA%/Vivi2D user-data/cache remnant in the installer alpha release notes template
- add user-facing uninstall guidance for the Windows alpha
- include intentional uninstall ...
関連Issue
Closes #240
変更の目的
graphio パッケージからファイルシステム(OSレイヤー)への依存を完全に引き剥がし、入出力の対象を問わないクリーンなドメインロジックへと昇華させるためのリファクタリングです。
変更内容
1. SaveBinary メソッドが内部で行っていたファイル生成(os.Create)のロジックを削除し、引数で渡された io.Writer に対して直接エンコードを行うよう修正しました。 ...