pullrequests Search Results · language:Dune language:TypeScript language:PHP language:Python language:Java language:JavaScript
Filter by
55.9M results
Why
PR #8 guarded bestFare for the empty-snapshots case but averageFare was left exposed. When currentSnapshots.length
=== 0, reduce(...) / 0 evaluates to NaN and the stat card renders $NaN.
Change
...
Context
PR #223 included a commit with message * test: implement real product API tests replacing skipped stubs — Fixes #201 *
but that commit only modified server/orders.js. The server/products.test.js ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 100%
- Auto-fix allowed: False
📝 Summary
The application uses the ...
ai-remediation
needs-human-review
severity-high
This PR was opened by the Changesets release GitHub action. When you re ready to do a release, you can merge this and
the packages will be published to npm automatically. If you re not ready to do a release ...
Why
Now that the reliable intake path is download your export → import (crawling Indeed is a Cloudflare dead-end), the
funnel s right rail was actively misleading: it showed an Indeed sync / Pull from ...
🐆 bongbaeng — Workshop 2 ต่อยอด: STT realtime
หมายเหตุ: PR #9 เดิม merge เข้า submit/chaiklang (default branch ตอนนั้น) บ๊องแบ๊งเลยไม่ได้อยู่ใน main — PR นี้ submit
งานครบ + feature ใหม่เข้า main ให้ถูกที่ ...
Summary
参照 acore-ranking 的模式,优化项目在腾讯云函数(SCF)上的部署兼容性:
- env.ts: 移除硬编码的 dotenv 路径,环境变量缺失时使用默认值回退而非直接崩溃
- redis.ts: 添加 lazyConnect,避免启动时阻塞;生产环境静默忽略连接错误
- database.ts: 添加连接状态追踪和后台重试逻辑,暴露 areDataSourcesReady() ...