pullrequests Search Results · language:Edge language:TypeScript language:HTML language:TypeScript language:HTML language:Python
Filter by
23.2M results
Summary
The forward() handler had no error handling — any TelegramError (invalid CHAT_ID, bot not in target chat, network
issues) caused an unhandled exception. CHAT_ID parsing via int() would crash on ...
Summary
The bot token (7603313779:AAE…) and chat ID were hardcoded as fallback defaults in bot.py, meaning anyone with read
access to the repo could hijack the bot. Both are now required env vars — the ...
Why
Two iOS Safari quirks surfaced in the deep-dive audit:
1. AvatarPicker used max-h-[80vh] — with the iOS URL bar visible, the bottom Confirm/Cancel buttons sat below browser
chrome and were untappable. ...
Summary
Replaces the thread-based startup (Thread(target=run_flask, daemon=True) + manual asyncio.new_event_loop()) with a
single asyncio.run(main()) that coordinates both services as concurrent tasks: ...
Summary
- close #57
Vercel 배포 환경에서 페이지 진입·새로고침·직접 URL 접근 시 발생하던 Cannot read properties of undefined (reading params ) 런타임 에러를 수정했습니다.
초기에는 React Router의 match.params 또는 location.state 문제로 추정했으나, 프로덕션 ...
Fix
성하
Summary
Mengalihkan object storage aplikasi dari Garage ke Cloudflare R2. R2 bersifat S3-compatible dan aplikasi sudah memakai
@aws-sdk/client-s3, sehingga perubahan kode minimal (config + komentar + ...
Task Proposal
https://github.com/harbor-framework/terminal-bench-3/discussions/1021
Checklist
This task meets the following criteria. If it doesn t match a criterion, I ve explained why below.
- ...
separate verifier
Summary
After PR #41 git mv d the block renderers + editors into shared/learning/, the files inside kept their original
../../../shared/learning/X paths — which still resolved correctly (depth from app/ ...