issues Search Results · language:Edge language:Python linked:pr language:Java language:JavaScript linked:pr language:Java
Filter by
5.8M results
Feature Description
This is a classic high-tier security and performance bug. It means the current rate-limiting algorithm has an
inefficient time complexity (likely $O(N^2)$ or worse), allowing a malicious ...
backend
gssoc:approved
level:advanced
ml/ai
type:bug
Track player sockets
The fight judge needs to periodically (500ms) send the player state to any participants that have an active websocket.
Context
- Muay Thaiger: PvP Idle Fighting game
- FIGHT! ...
Refunds from the Sales Receipts hub (any sale, incl. walk-in/retail), not just from the Schedule.
- Backend refundSale callable (admin OR tech): card sale w/ a Stripe PaymentIntent → REAL refund to ...
mobile
p1
pos
Goal
Make boards/02-charlieplex-led ship-ready per kct fleet status. Roadmap epic: #2394.
Current state (2026-06-06)
From kct fleet status:
- routing: 10/10 nets, 34/34 pads, 100% — already ship-quality ...
loom:building
Describe the bug
to_geotiff streams a dask-backed DataArray one tile-row at a time and bounds peak memory with streaming_buffer_bytes
(default 256 MB). The column-segmentation budget is sized from the ...
bug
dask
geotiff
oom
performance
Problem
`bp geocode` makes one HTTP call per uncached coordinate. If Nominatim rate-limits with a 429, `fetch_from_nominatim`
currently logs a warning and returns `None`, which counts as an error against ...
area: infrastructure
bug
priority: medium
size: S
Summary
This issue documents and highlights the integration of MicroPython file handling and code execution via the Raw REPL
handshake protocol.
Details
MicroPython boards do not implement separate ...
In apps/api/src/config/env.js, JWT_SECRET falls back to development-secret when env var is not set, even in production.
Line 4: jwtSecret: process.env.JWT_SECRET ?? development-secret
Impact: Anyone ...
In apps/api/src/services/paymentService.js, createPaymentIntent defaults to lowercase usd, but Prisma schema Payment
model has @default(USD) (uppercase).
Line 6: currency: payload.currency ?? usd — lowercase ...
In apps/api/src/services/authService.js, registerUser calls Date.now() twice — once for user ID, once for JWT sub claim.
These separate calls can return different values.
Lines 6 and 9:
- id: usr_${Date.now()} ...

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.