Skip to content

pullrequests Search Results · language:Edge language:Python language:JavaScript language:Java language:Python language:JavaScript

Filter by

183M results  (3 s)

183M results

Problem On a K8s pod eviction (SIGTERM → grace → SIGKILL) the worker running a task dies. With task_acks_late on the Redis broker, its message is only redelivered after the broker visibility timeout — ...

Translations update from Hosted Weblate for Betty/Betty 0.5.x. Current translation status: Weblate translation status

Summary src/utils/csrfToken.js accesses document.querySelector() and document.cookie without SSR guards in getCSRFTokenFromMeta() and getCSRFTokenFromCookie(), causing SSR crashes. Changes - Add if ...
bug
gssoc:approved
level:beginner
quality:clean
size/XS
type:bug
type:feature
type:security

Summary Every exported function in src/utils/lenisUtils.js accesses window or document without SSR guards, causing crashes in SSR environments. Changes - Add if (typeof window === undefined ) return; ...
bug
gssoc:approved
level:beginner
quality:clean
size/XS
type:bug
type:feature

Adds one always-on behavioral-guardrail skill, craft-defaults, encoding six engineering defaults for AI agents: 1. Effort is cheap; quality is the budget — weight quality/modularity/maintainability over ...

This pull request was generated by the mq tool [test] flake rate: 0.1 logical conflict every: 100 sleep for: 600s close stale after: 48 hours [pullrequest] requests per hour: 60 target branch: main ...

Summary claude_org_runtime.settings.generator was emitting sandbox.filesystem.denyRead / denyWrite entries as structured dicts ({anchor, path, suppressOnSymlinkEscape, layer2Fallback}) into settings.local.json. ...

Refs #2632 Summary - update registration workflow and help copy to describe Sports Connect as metadata-only today - remove claims that Sync now pulls live Sports Connect data or verifies provider ...

Summary src/utils/calendarExport.js accesses window.URL.createObjectURL() and document.createElement( a ) without any SSR guard. In SSR environments, these globals are undefined, causing a ReferenceError ...
bug
gssoc:approved
level:beginner
quality:clean
size/XS
type:bug
type:feature

Changes - RegistrationAttempt refactor Progress - [x] Commit message must refer to an issue - [x] Each build check must complete successfully - [x] Change must not contain extraneous whitespace ...
bug
refactor