pullrequests Search Results · language:Edge language:Python language:JavaScript language:HTML language:Java language:JavaScript
Filter by
211M results
Summary
- Fix 1 (studyStore.js): Added finishStatus, finishError, and completedAt to the Zustand persist middleware s
partialize config. A participant who closes the tab while the error banner is ...
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
💡 What: Wrapped the ToolCard component in React.memo and implemented a custom equality function for localizedContent. 🎯
Why: ToolGrid passes down localizedContent objects to ToolCard. When ToolGrid recalculates ...
Motivation
!-- Explain the purpose of this PR and the goals it aims to achieve. -- Large profile dumps can take longer than the
existing 300s stop_profile timeout, causing the request to fail before traces ...
Real river hydrography (PR M, part 2 of 2)
Replaces the coarse hand-drawn river polylines — 4–9 points each, so the Buffalo s entire length was a 6-point zigzag —
with the accurate river geometry already ...
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
RHINENG-22169
What
- enables dragAndDrop
- shrinks spacing between draggable icon and checkbox
- moves action buttons to Modal footer so they re not scrolled with list content
- changes listItem ...
Problem
Parsing a negative ISO-8601 duration string drops the leading sign:
dayjs.duration( -P1Y ).asYears() // returns 1, expected -1
dayjs.duration( -P1DT2H ).asHours() // returns 26, expected -26 ...