pullrequests Search Results · language:Dune language:JavaScript language:Java language:Java language:Java language:Java
Filter by
129M results
Updated my code to include getUserByEmail in my routes and controller files.
概要
「キャリア」の判定を、明細行カテゴリ(海上/サーチャージ/航空)のサブコン欄ベースから、幹線輸送のキャリア欄(z2Carrier / 航路データ)ベースに変更。あわせてキャリアを独立したマスター/同義カテゴリ(field
carrier)に分離し、マスター管理の新規登録で「キャリア」を選択可能にしました。
主な変更
js/stats.js
- キャリア集計を z2Carrier(複数航路は ...
Automated test PR created at 2026-06-25T23:20:34.139Z
The package already emits the codes — this is client-only. No change to @glance-apps/sync.
Mirrors the sibling-app change in dayGLANCE PR #1052, scoped down to lifeGLANCE s WebDAV-only sync (no iCloud, ...
What
Allow some modifications that turn out to be no-ops to be undone on TaskStorage. This saves us some redundant
check-then-mutate cycles.
This doesn t apply to every field type
- Option T - still ...
Automated E2E test PR - will be cleaned up automatically
LIVE tab showed all dashes because status.js queried feature_flags with name/enabled but the table uses
flag_key/enabled_globally — the query errored and the handler 403d every call. Fixed to the correct ...
P4 from the time-saving roadmap. A keyboard shortcut (Alt+Shift+C) that copies every contact on the page to the
clipboard — zero clicks.
How it works
- manifest registers a commands entry (Alt+Shift+C, ...
Description
Adds support for keeping local asset environment entries in .env.assets, separate from .env.config, while preserving
existing local asset resolution behavior.
Related Issue
Fixes #2303
...
🧭 Context Decision
문제 정의
- 현재 동작/제약: 기존 주문 플로우는 재고 차감·쿠폰 적용까지만 처리하고, 실제 결제 수단 연동이 없었음. PG는 비동기 결제(요청과 처리가 분리)를 제공하므로 단순 요청-응답 패턴으로는 결제 결과를 보장할
수 없음.
- 문제(또는 리스크): PG 호출 지연·실패 시 DB 커넥션 고갈 / ...