Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:C# language:TypeScript

Filter by

243M results  (2 s)

243M results

Bumps python from 3.11-slim-bookworm to 3.14-slim-bookworm. ![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python package-manager=docker ...
dependencies
docker

Summary Twelfth condition: the Alvarado score (MANTRELS) for acute appendicitis (Alvarado 1986). Stratifies the probability of appendicitis in patients with suspected appendicitis (0–10) to support imaging, ...

Summary - Bumps pagination limit to 50 (API max) for saved albums, owned playlists, and album tracks; artist albums stays at 10 (already the endpoint max per Spotify docs) - Fixes existing_playlists ...

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | ty (changelog) | ==0.0.42 → ==0.0.44 | age | confidence | Release Notes details summary astral-sh/ty ...
internal

Adds a project convention to CLAUDE.md: never work or commit directly on main (the deployed branch). Always create a branch (feat/…, fix/…, docs/…) and open a Pull Request, so in-progress changes don t ...

Delivery - Action: implement - Target: Build the deals pipeline Kanban board UI with drag-and-drop deal stages (prospecting, negotiation, contracted, delivering, completed) Closes #610

💡 What: Replaced the O(N) Python loop in prepare.py s make_dataloader with an O(log N) binary search using bisect, using parallel sorted lists doc_lens and doc_tensors for packing documents. 🎯 Why: The ...