issues Search Results · language:Edge language:TypeScript language:PHP language:Go language:JavaScript linked:pr
Filter by
6.6M results
Configured Express to trust reverse proxy headers by adding app.set( trust proxy , 1); in app.js right after
instantiation, resolving global rate-limiting lockouts under proxy servers.
Improved navbar styling in dark mode inside Navbar.css : Increased .navbar--dark background opacity to 0.85 for better
separation. Brightened text color of link elements to #9ca3af (hovering to #ffffff ...
Created .github/workflows/lint.yml to trigger on push and PR to master. The CI verifies formatting using Prettier,
builds the React frontend, and verifies backend package compilation.
Created .github/PULL_REQUEST_TEMPLATE.md to establish a standard layout for formatting descriptions, change types,
tests, and self-review checklists.
The issue appears to be in the allowed MIME type list on line 31, where the JPEG MIME type is specified images/jpeg
rather than
image/jpeg
This is causing JPEG files to fail validation and prevents ...
bug
Bug: Express app missing trust proxy setting
Description: The Express app in apps/api/src/app.js does not call app.set( trust proxy , 1) (or equivalent). When
deployed behind a reverse proxy (NGINX, Cloudflare, ...
Summary
On the Workers dashboard, the blocked count for every claim stage (exif, thumb, face-detect, face-embed, preview,
describe, geocode, meili) is inflated by the entire missing_since (missing-reaper) ...
Describe the bug
bump.BuildCompoundBUMP produces a compound BUMP whose merkle root does not match the block-header merkle root whenever
merkle-service delivers subtree 0 s STUMP at full block height instead ...
Context
Two performance hazards in internal/server/broker_events.go on the MQTT message path:
1. Per-message JSON schema query. (*App).TopicEvent runs store.ListJSONSchemas(...) for every JSON MQTT ...
type: feature

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.