Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:Java language:JavaScript language:HTML

Filter by

211M results  (2 s)

211M results

Design Decision: HashIndex on url Replaced the N+1 get_or_create per-offer loop with a batch pattern: 1. Single query to find existing URLs for the target 2. Bulk insert new offers via bulk_create ...

Bumps the github-actions group with 3 updates: actions/checkout, docker/setup-buildx-action and docker/bake-action. Updates actions/checkout from 6 to 7 details summary Release notes /summary p em Sourced ...
dependencies
github_actions

Summary Made the try catch section of the main CRUD code more condensed and maintainable. Technical Debt If a person were to try to implement another feature within the file, they would have to follow ...

💡 What: Replaced the unoptimized iterative BFS graph traversal that executed a query per node with a Recursive CTE and bulk entity name fetching. 🎯 Why: The iterative BFS introduced an N+1 query anti-pattern ...

Summary - Closes #2062. Replaces the sequential for...await loop over SUBTENSOR_PROBE_CALLS in probeSubtensorHttp with Promise.all, dispatching all five RPC calls concurrently. Total probe latency ...
gittensor:bug
gittensor

Korrigiert den EmbedFrame-Shortcut. Agenten: Submenü rechts = Agentenliste, Mitte = nur Settings des gewählten Agenten. detailComponent-Mechanik in Registry/ContentArea. Referenz für die übrigen Submenü-Gruppen. ...

Bumps redis from 7.2 to 8.8. ![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis package-manager=docker_compose previous-version=7.2 ...
dependencies
docker_compose

What why Step 4b-1 — the two load-bearing pieces the scanner rewrite (4b-2) wires together. Pure/store only; scanner untouched, deploy-safe, scanner stays paused. The two pieces (the test files you ...