issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
1.8M results
Someone reported anonymously:
Website URL
https://nl.florisvanbommel.com
What browser are u using?
Firefox 152.0
Version
1.1.9
Issue type
Scrollbar
Notes
Anonymous request
scrollbar
V1.1.9
Website request
Triager report
Label: flake Classifier reason (src/dev-mesh/classify.js precedence: infra out-of-scope flake real_bug): Not infra_auth
- no auth/network signature in the log; the pre-flight claude -p ...
bug
done
可能的方案:
1. 让文本框支持框度调整,文字自适应折行并自适应高度
2. 去掉 enter 提交直接用 enter 换行,或者保留当前行为使用 shift + enter 换行
Description
Rename the Cloudflare Worker from game-night-pwa-worker to game-night-pwa so the worker name matches the repository
name.
Why
- Align worker identity with the repo/wrangler branding.
...
in review
type: chore
In backend/api/src/services/otpService.js:
const OTP_LENGTH = 4; // line 5
// ...
const otp = String(Math.floor(1000 + Math.random() * 9000)).slice(0, OTP_LENGTH); ...
In backend/api/src/index.js, lines 237-240:
process.on( unhandledRejection , async (reason) = {
logger.error({ reason }, Unhandled promise rejection );
await flushSentry(2000);
// Missing: process.exit(1) ...
In backend/api/src/sockets/locationServer.js, the verifyBookingOwnership function (line 276) does:
async function verifyBookingOwnership(customerId, bookingId) {
try {
const { supabase } = await ...
In backend/api/src/routes/orderRoutes.js, the import on line 2:
import rateLimit, { ipKeyGenerator } from express-rate-limit ;
The ipKeyGenerator named export was removed in express-rate-limit v8 (package.json ...
In backend/api/src/routes/supportRoutes.js, the GET /tickets/:id/comments handler declares const limit and const offset
twice in the same block scope:
- Lines 498-499: first declaration using parseIntegerQuery ...
feat(ci): opt-in fail-fast for pr-quality.yml — cancel the run on first required-tier failure
Context
In pr-quality.yml, the tier jobs — lint, typecheck, unit, contract, e2e, migration-guard, security, ...
agent::done
persona::devops-engineer
type::story

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.