Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:Java language:Go

Filter by

232M results  (2 s)

232M results

📌 작업 개요 검색 화면 진입 직후 AI 추천 검색어 영역에 임시 fallback 문구가 먼저 노출되고, 몇 초 뒤 실제 개인화 추천어로 바뀌는 UX 문제를 보완했습니다. 기존에는 AI 추천 검색어 API 응답이 오기 전 aiSuggestions 배열이 비어 있으면 FALLBACK_AI_SUGGESTIONS를 즉시 렌더링했습니다. 이 때문에 사용자는 실제 ...

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | @typescript-eslint/eslint-plugin (source) | 8.60.1 → 8.61.0 | age | confidence | | @typescript-eslint/parser ...
dependencies

Summary - vite ^7.0.0 → ^8.0.0 - @vitejs/plugin-react ^4.3.0 → ^6.0.0 - vitest ^3.0.0 → ^4.0.0 (peers vite 6/7/8) The three are linked via peerDependencies, so bumping plugin-react alone (as dependabot ...

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

Bumps actions/attest from 3ce36fa7a1526f98d088367d8ed0aef9a9a37295 to 5ec407fab24e59f5df8672d92186d8c266c9b7fe. details summary Changelog /summary p em Sourced from a href= https://github.com/actions/attest/blob/main/RELEASE.md ...
dependencies
github_actions

Motivation Batching has been adaptive for a while: operations are grouped while a batch is in flight, and a batch is flushed as soon as no more operations are pending. The Batcher never reads the configured ...