Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:C++ language:Java

Filter by

221M results  (2 s)

221M results

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

Summary Adds @rawdash/connector-google-ads, the first marketing-vertical connector. Syncs Google Ads campaigns (as entities) plus daily campaign / ad-group / keyword performance metrics (impressions, ...

개요 별도 SQL 트랙. getRecordList가 행마다(p==0) getOpinionAddGB + getHasopinionYn를 2회씩 호출하던 N+1 DB I/O를, 페이지 단위 IN절 배치 2회로 축소한다. (2N → 2) 로직 안티패턴 트랙(PR #1)과 분리한 이유: 신규 sqlmap(다건 IN 조회) 추가 = SQL 영역. 본 PR base는 ...

Self-run vulnerability scan + remediation Ran npm audit (client + server/livekit-auth), a secrets/dangerous-pattern sweep, and reviewed the CI workflow token permissions + branch protection. Findings ...

Motivation - Migrate backend to TypeScript and Prisma for a proper relational data model and stronger typing. - Implement authentication (register/login/me) with JWT and password hashing to protect ...
codex

Summary Adds a second demonology frontend — the Infernal Mythic Codex — a fast, card-based navigable concept database that complements the long-form Demonology Spiritual Adversaries atlas (merged in #88). ...

Motivation - Reduce noise from BNL bridge/discovery items by staging newly discovered subjects as Candidate Intake instead of immediately making them active Source Files. - Clearly surface when ...
codex

Review type was missing photo_urls field, and VendorProfile never rendered them. Added photo_urls to Review interface and added photo grid below review comments.