Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:Python language:Java language:JavaScript language:HTML

Filter by

291M results  (2 s)

291M results

Updates the requirements on ruff to permit the latest version. details summary Release notes /summary p em Sourced from a href= https://github.com/astral-sh/ruff/releases ruff s releases /a . /em /p blockquote ...
dependencies
python

eco.css centers main class=wrap in a narrow column, so once wrapped in .app the breadcrumb bar (.top) and content were squeezed and centered. Override .wrap inside .app to behave like .main: full-width, ...

Promotion develop → prod 16 commits, CI verte. Migrations 016 + 017 déjà appliquées sur la base prod. Nouveautés — module Saisie - Suggestion de compte en cascade : tiers connu du FEC (compte exact ...

This PR implements the requested features for the mock application s logging infrastructure: 1. Updated core.logAccess in core_components.js to ensure that the profile photo is successfully fetched from ...

Primes the game models for the out-of-season sports (NBA, NHL, NFL, NCAAF) so they re ready to flip on. The gap Only WNBA had Elo enabled. NBA/NHL/NFL/NCAAF ran on recent off/def ratings alone — which ...

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | @sentry/nextjs (source) | 10.56.0 → 10.57.0 | age | confidence | Release Notes details summary ...
dependencies

Graceful Error Handling: Implements getDerivedStateFromError and componentDidCatch lifecycle methods to catch rendering bugs in children components. Modern Fallback UI: Features a beautiful dark-mode backdrop ...

개요 리뷰에서 지적된 N+1 쿼리와 캐시 이중화를 해소합니다. N+1 제거 (백엔드 단일 쿼리) HomePage·MyIssues가 PROJECT_LIST 후 프로젝트마다 ISSUE_LIST를 반복 호출하던 N+1을 제거: - IssueRepository.findByAssignee(userId) — 담당 이슈를 전 프로젝트에서 1쿼리 - IssueRepository.findByUserProjects(userId) ...