Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Go language:JavaScript language:Go

Filter by

170M results  (2 s)

170M results

Summary Addresses the documentation + metric-mapping tasks of #32 (scope A: docs-first, no data-contract change, no Change Gate). Full drop-in column compatibility (a public data-contract change) stays ...

Closes #663 Removes two stale directory-tree entries from docs/SPEC.md: .mcp.json (deleted file) and whatsapp-auth.ts (deleted file), so the tree reflects the actual repo layout.
docs

Checklist - [ ] This pull request targets dev, unless a maintainer asked for a main release/hotfix/documentation PR. - [ ] I ran uv run ruff check src tests. - [ ] I ran uv run pytest -q. - [ ...

Description Truncate a search query to Query.MAX_QUERY_WORDS (32) words in the Query constructor, before any hypotheses are built. This bounds the cost of every hypothesis (fuzzy automata, multi-match, ...

מסך סיכום שבועי 📊 חדש: מאחד את 7 הימים האחרונים — משימות שהושלמו/פתוחות/באיחור, רצף הרגלים, הוצאות מול תקציב, פריטים שנקנו, אירועים קרובים, ומשפט תובנה אישי. נוסף לגיליון עוד . בעיצוב הזכוכית הקיים. אומת ...

💡 What: Refactored PredictionLedger.mark_resolved to use vectorized pandas operations instead of an iterrows loop. 🎯 Why: Iterating row-by-row and repeatedly calling pd.concat is a well-known pandas performance ...

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

Description Removed all sessionStorage references for JWT token in AuthContext. JWT should never be stored in sessionStorage as it is readable by any same-origin JavaScript, creating an XSS attack vector. ...
bug
gssoc:approved
level:beginner
quality:exceptional
type:bug
type:refactor
type:security