pullrequests Search Results · language:Edge language:TypeScript language:HTML language:TypeScript language:C++ language:Java
Filter by
153M results
- Create category-list.jsp with inline add/edit form and delete modal
- Create category-form.jsp for server-side validation fallback
- Add category link to admin sidebar navigation Close #50
Motivation
The production docker-compose.yml mounted /var/run/docker.sock read-write into the third-party willfarrell/autoheal
container. Any compromise of that image — a base-image CVE, a malicious tag ...
Summary
- send_line_image / send_line_audio を、メディアとテキストを1回の pushMessage(メディア→テキストの順)で送る方式に変更。send_line_text はテキスト単独送信用に役割を明確化
- LINE 送信ロジックを src/line/client.ts に集約し、各 send_*.ts を簡素化
- 送信失敗時(CLI ...
💡 What: Added React Native accessibility properties (accessible, accessibilityRole= alert , accessibilityLiveRegion=
polite , accessibilityLabel) to the root container of the Toast component. 🎯 Why: Toast ...
Automated test pull request
Closes #133
- Removed local, global and recovery notification
- Pass process identifier instead of pg identifier
- Remove deadline and logical leftovers
- Collapse checkpoint supervision into ...
概要
Vim ビジュアルモードに SYM 層対応のレイヤー VIM_VISUAL_SYM(layer 9)を追加し、ノーマルモード(VIM_NORMAL_BASE → VIM_NORMAL_SYM)と対称な構造にします。
変更内容
新レイヤー: VIM_VISUAL_SYM(VIM_NORMAL_SYM の選択拡張版)
| キー | 動作 |
| --- | --- |
| $(Shift+4) ...
author:n8n-automation
Summary
Wires the three shipped-but-unconnected cost modules into the live chatSend path — the core half of
road-to-product-readiness T-PRD06 (cost UX). The composer-footer render stays IDE-deferred, ...