pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Jupyter Notebook language:JavaScript
Filter by
278k results
Summary
Two major improvements to the Notion import functionality:
1. Incremental Import Mode
- Add import mode selection UI (Replace vs Incremental)
- When importing to an existing notebook ...
Closes #4
Overview
Adds a new sketch-style Tabs component to Sketchbook UI with notebook-inspired visuals, accessibility support, keyboard
navigation, and customizable styling.
Features ...
💡 What:
Replaced pandas iterrows() with itertuples() in the loops within publications.py, talks.py, and their corresponding
Jupyter notebooks. Added a brief comment explaining the optimization.
🎯 ...
What
Lets the per-project notebook (PR1, #89) grow while you work, not just by hand-editing:
- note_project chat tool — the agent appends a dated entry when it learns something durable (a ...
... Notebooks.
🎯 Why: iterrows() is a known performance anti-pattern in Pandas because it creates a heavy Series object for every
single row. itertuples() is much faster (often 10-100x depending on columns ...
🚨 Severity: HIGH 💡 Vulnerability: The html_escape function in the markdown_generator scripts (publications.py, talks.py,
pubsFromBib.py and corresponding Jupyter Notebooks) did not escape and ...