Skip to content

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

Filter by

183M results  (2 s)

183M results

Required items, please complete Change(s): - Updated solution and required file version to 3.1.1 Reason for Change(s): - Changes that I did in the last PR till then 3.1.0 was live by the vendor ...
Solution

Bumps org.jetbrains.kotlin:kotlin-osgi-bundle from 1.9.22 to 1.9.25. ![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-osgi-bundle ...
dependencies
java

- 💡 What: Added aria-label, aria-expanded, onFocus, and onBlur attributes to the Info button in BrightnessMeter. - 🎯 Why: To make the tooltip accessible to keyboard and screen reader users, who were ...

Bumps joi from 18.2.1 to 18.2.3. details summary Commits /summary ul li a href= https://github.com/hapijs/joi/commit/c86ddc0b6143a0e8cec0f1c6047c4b62db8cb0c2 code c86ddc0 /code /a 18.2.3 /li li a href= ...
dependencies
javascript

What does this PR do? Adds automatic reconnection when Redis connection is temporarily lost. Changes Made - services/redis.js — retry logic with exponential backoff - Max retries: 10, base delay: ...

What Ended claude --bg background agents had a hidden/non-working resumable affordance. This makes Resume real: claude --bg --resume full-session-uuid continues the prior conversation in a new bg job ...

Summary Briefly describe the changes. Checklist - [x] I reviewed the changes. - [x] I updated relevant documentation. - [x] This PR is ready for review.

💡 What: Replaced the iterative db.add() calls inside a loop with a list comprehension and a bulk db.add_all() call in the record_daily_safety_scores task. 🎯 Why: To eliminate the N+1 query issue and reduce ...