pullrequests Search Results · language:Dune language:Python language:TypeScript language:Java language:JavaScript
Filter by
262M results
🎟️ Tracking
PM-38607
📔 Objective
Remove a deliberately (used for testing) incomplete map entry for https://webtests.dev/forms/login/simple/ that was
meant to come out of the Forms map.
ai-review-vnext
fix: Build failed at the mypy type-check step because PR #1985 accidentally
What
Adds an endpoint for an organizer to fetch their own DRAFT events, so they can review and publish them.
GET /events/me/drafts (auth required, role: ORGANIZER)
Returns the caller s DRAFT ...
개요
한국어 분석기를 korean-analyzer-4.x에서 Apache Lucene 공식 Nori(lucene-analysis-nori)로 전환하고, Nori 기반 사용자 사전 관리 시스템을 구축한다.
korean-analyzer-4.x 의존성을 완전히 제거했다.
전환 배경/설계는 Nori-update.md 참고.
Phase 1 — 분석기 교체 (7d34176) ...
Reduced font size on high contract theme by 5 px
Testing Suite:
- Jest + React Testing Library: 62 unit tests (moonCalc, stateCodec, useMultiPin, ComparisonPanel, OnboardingTour)
- Playwright E2E tests for main app flow
- Coverage config for critical ...
… was passing null mode flag - empty
Harness has created this PR to fix risky or vulnerable packages.
📁 Changes included in this PR
Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
- fixtures/art/package.json ...
Why
Apart from OSPFv3 support this PR also fixes a bug related to the fact that the netlab FortiOS template shipped with
OSPFv2 only, but this was not recorded. The device manifest declares neither ospf.ipv4 ...
This PR implements two tightly coupled performance optimizations for repository listing:
1. Component Memoization and Deferred Logic: RepoCard.tsx now uses React.memo to prevent redundant re-renders. ...