Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript is:unmerged language:Vue

Filter by

69.4M results  (1 s)

69.4M results

add developer link to account info section

Problem The test CI job fails on main (and on every PR branch) because the structural test suite was never updated to track several intentional refactors. Most prominently, the skill directory was renamed ...

Feishu was the only major platform adapter missing channel_prompts support. Telegram and Slack already resolve per-channel ephemeral prompts via the shared resolve_channel_prompt() helper; this commit ...

Summary Phase 3 of the polars migration (#13) is split in two; this is 3a — make the summary path runnable again and freeze a regression oracle, ahead of the polars-native rewrite (3b). Stacked on #17 ...

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

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 a GitHub Actions workflow (.github/workflows/ci.yml) that runs the test suite on every push to main and every PR targeting main, so changes are gated by the 61-test suite. Details - Python ...

💡 What: Replaced .flatMap().map().filter() with a single-pass for...of/for loop in buildSupplierProducts (supplier_inventory.js). 🎯 Why: Chained array operations create multiple intermediate array allocations ...