pullrequests Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:C# language:JavaScript
Filter by
144M results
Proposed changes
This pull request introduces several improvements and cleanups to both the production code and test code. The main
changes include enhanced type safety and code clarity in utility methods, ...
Supervisor-owned doc-only ADR index reconciliation after M10b merge (PR #67). Adds the 0062 index row and bumps the
next-free counter.
🚨 Severity: Medium 💡 Vulnerability: The registration form in DirectionsRegistration.jsx lacked an onSubmit handler. By
default, HTML forms submit via GET, which would serialize the form s input fields ...
What
Added missing package to devDependencies: react-dom.
Why
CI failed with Cannot find module react-dom .
Root cause: The project declares react@17.0.0 but does not have a matching react-dom dependency, ...
Bug: Hover über Graph-Elemente bewirkte nichts.
Zwei Ursachen:
1. ngOnHover / Listen-Hover berechneten das Highlight nur, wenn nichts ausgewählt war (if (!ngState.selected)) — im
Lokal-Modus ist ...
What
Added missing package to devDependencies: http2.
Why
CI failed with Cannot find module http2 .
Root cause: The project imports httpx.http2, but the installed httpx package lacks the optional http2 ...
As discussed in the Ergol Discord forum, a quick fix for Electron app is to start them with a specific parameter.
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| docker/setup-buildx-action | action | minor | v4.1.0 → v4.2.0 |
Release Notes
details summary ...
This pull request adds the Event features of the application. This will CLOSE #82
Backend
enhancement
user-service
Summary
- Today s Workout and This Week now resolve manual skip/reschedule state (rc_manual_skips) against the plan, so a
workout moved from another day actually shows as today s plan (title, distance, ...