Skip to content

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

Filter by

184M results  (3 s)

184M results

Summary - run A2A provider invocation from peer scheduler in a worker thread so the async runner event loop stays responsive - add a real local chain test: Chat API A2A inbound task - platform runner ...

This PR contains the following updates: | Package | Type | Update | Change | | --- | --- | --- | --- | | astral-sh/uv-pre-commit | repository | patch | 0.11.24 → 0.11.25 | Note: The pre-commit manager ...
dependencies

This PR updates contribute.txt. Co-authored-by: trswilfona 28970795+trswilfona@users.noreply.github.com

Description Docker build fails in CI with exec format error because the Lambda was set to ARM_64 but the GitHub Actions runner is x86_64. Changes - Switch architecture from ARM_64 to X86_64 in the ...
Review effort 1/5

Extends the qbSync deno check sweep to the remaining 17 edge functions (~50 runtime-safe TS-strictness errors). supabase functions deploy transpiles without type-checking, so none blocked deploy — but ...

Phase 1 (P0 security) of the refactor epic #12 — the two Critical/High findings from the 360 audit. #13 — Disable Flask debug mode and run under gunicorn - Added backend/app/config.py with DevelopmentConfig ...

This pull request was created by @kiro-agent on behalf of @Nirajd071 :ghost: Comment with /kiro fix to address specific feedback or /kiro all to address everything. sub Learn about Kiro Web /sub Why ...

This pull request was generated by the mq tool [test] flake rate: 0.1 logical conflict every: 100 sleep for: 600s close stale after: 48 hours [pullrequest] requests per hour: 60 target branch: main ...

Fixes a build error where Next.js s Webpack fails to build because of Sequelize. Added it to the serverComponentsExternalPackages list so that Next.js treats it properly as a Node-native module. Tested ...