pullrequests Search Results · language:Edge language:TypeScript language:HTML is:public language:HTML language:TypeScript
Filter by
106M results
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...
🎯 What: The testing gap in Contact.tsx where an emailjs.sendForm rejection was previously untested. 📊 Coverage: The test
handles simulating a mocked error response and validates the correct component state ...
Summary
chore(release): bump version 0.4.0 - 0.5.0
Four features landed since v0.4.0: music selection (#53), auto-start login item (#51), background update check (#52),
companion sync v3 (#55).
Agent-Codename: ...
agent:authored
功能描述
前端接入 WebSocket 语音流,录音时实时推送 PCM 块,TTS 音频到达即播放,替换原有串行 HTTP 调用。
实现思路
新增 websocketService.ts:
- createVoiceSession(callbacks) 工厂函数,返回控制对象
- start():建立 WebSocket 连接 → 发送 audio_start → 监听原生 AudioChunk ...
Summary
New endpoint — webhook self-management
GET /api/webhooks/[id] and DELETE /api/webhooks/[id] — authenticated via x-webhook-secret. Owners can verify and
unregister their own webhooks without needing ...
Pourquoi
Quand un média attaché à un post est un PDF, le rendu était cassé partout :
- Liste des posts : l URL .pdf était injectée dans un img → image 404 cassée (avec un badge « PDF » par-dessus). ...
認証エラー時のリトライ間隔を修正。30秒以上だと worker が起動してないタイミングになってしまう。