pullrequests Search Results · language:Dune language:JavaScript language:Python language:Java language:JavaScript language:Java
Filter by
185M results
Summary
The passkey/fingerprint prompt appeared every time the app opened. Cause: App Lock re-locked on every visibilitychange →
hidden — so any brief background (switching apps for a second, the screen ...
Fixes two CI failures that affect every pull request, independent of code changes. Split out of #3 so it can merge first
(#3 is stacked on this branch).
typecheck: floating ty version breaks CI over time ...
Description
- Updates for v3.2.0 by @andreolf
- Updates for v4
- Aave SKILL improvements
What
Pinned package versions in requirements.txt to resolve pip dependency conflicts.
Why
CI fails because pip dependency resolver finds version conflicts.
Part of the 3 July reconciliation — sharpen the engine before the M2 yield proof, after James reviewed the live output
and confirmed the fit problem.
Stacked on #14 (base is feat/tender-finder-b2-portal-watches); ...
fix: Checkin/Nametag/VisitScan — X-User-Id 헤더 인증을 JWT로 전환 클라이언트가 임의로 조작 가능한 X-User-Id 헤더로 staffUserId/userId를 받고 있어 인증
우회 여지가 있었다. nametag 발급·수동바인딩·재발급·워크인·회수·셀프스캔 총 6개 메서드를 @CurrentUser(JWT) 기반으로 전환했다. ...
Hva
Fikser at masseimporten (og enkeltkortet) sto uten varenavn/pris når man limte inn rene koder, og legger til støtte
for 23-koder fra ferskvaredisken.
1. Fullt oppslag for rene GTIN/PLU-koder. Uten ...
Implemented two new features as requested:
1. Notas Field: A new text area where passengers can describe their situation (e.g. I have a baby stroller ). These
notes are now persisted and shown directly ...
Summary
The original updateImage used new ImageIcon(path) which never throws — if the file is missing or corrupt, it silently
creates a broken icon (width == -1). The only check was getIconWidth() == ...