pullrequests Search Results · language:Dune language:JavaScript language:Java language:Python language:JavaScript language:Java
Filter by
184M results
💡 What: Refactored the Streamlit progress bar implementation in app.py to use the native text parameter in st.progress()
instead of relying on a separate st.empty() text container. Also removed a duplicate ...
Summary
Makes workspace parsing forward-compatible for cross-app cloud sync. Closes #414.
The workspaces.document JSONB is a shared cross-app contract — NamWeb writes the same workspace shape (verified ...
Summary
Completed Cursor Task 004 from CURSOR_TASKS.md.
Changes
storage/opportunity_store.py
- Added warm_lead_score REAL DEFAULT 0.0 to the outreach_attempts CREATE TABLE statement
- Added migration ...
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
Adds .claude/ directory to .gitignore to prevent Claude-specific files from being tracked in version control.
Summary
This change excludes the .claude/ directory from the repository, keeping the codebase ...
What changed
- Rejects zero point-of-sale values (0000) from OCR text, embedded extraction, and AFIP QR data so invalid invoices
stay in review instead of being marked OK.
- Expands the Visual ...
hey, i added support for logging in via uvias (like in gimmickCellar/owotgpt). it will fetch the uviastoken and use it
to connect to the websocket with cookie credentials. fell back to normal token and ...