pullrequests Search Results · language:B4X language:C++ language:JavaScript language:Java language:Java language:Go is:unmerged
Filter by
68.8M results
Motivation
- The Hotmart collector was treating API 401/403 invalid_token/expired JWT responses as successful runs and therefore
the UI did not prompt the user to update the token. This change makes ...
codex
- Reject blank JWT tokens in authentication filter
- Wrap refresh token parsing to prevent UsernameNotFoundException leak
- Include userId claim in refresh token payload
Summary
- Adds http.MaxBytesReader(w, r.Body, 1 20) (1 MiB) before JSON decoding in both postConfig and updateCard handlers,
preventing memory exhaustion from oversized request bodies
Test plan ...
Summary
Populates the profiler run header so a run is identifiable and the diff is interpretable: algorithm / integrator /
solver names, dt_min/dt_max, and the explicit-dynamics dt_cr / oversample lever ...
Was geändert wurde
- Sticky Schnellzugriff für Plan, CSV, XLSX, PDF, Backup und Drucken ergänzt
- Schritt-Navigation auf Desktop sichtbar gehalten und für Mobilgeräte angepasst
- optionale MKTT-Auswertung ...
Summary
- uniqueDst in dedup.go now caps at 999 iterations and returns an error instead of looping forever on a degenerate
filesystem
- resolveDestDir in destination.go now accepts a pre-parsed ...
Bumps the development-dependencies group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| go-openapi/ci-workflows/.github/workflows/auto-merge.yml | 0.2.16 | 0.3.4 |
| ...
dependencies
github_actions
Summary
- Replaces err != context.Canceled with !errors.Is(err, context.Canceled) in the watcher goroutine so wrapped sentinel
errors are handled correctly
- Wraps all four bare n.Notify() calls ...
Summary
#1684 landed Slice 3 on arm64 (string struct fields). Slice 4 is the matching array-element widening — string[] elements
now reclaim through the same __fern_drop_arr_str two-word walk that wasm ...