Skip to content

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

Filter by

137M results  (2 s)

137M results

Motivation - Serve the static site from the frontend/ folder on GitHub Pages and provide root/404 redirects for user-friendly URLs. - Replace the legacy in-page Video Recorder with a modern, privacy-first ...
codex

Fixes two bugs found after the last merge: - loadPipelineStatus() destructuring bug left headline counts undefined. - loadScraperTable() queried non-existent sources columns; rewritten to mirror the ...

Summary - Custom OrchestrateLLM Plugin für livekit-agents (IAM Auth, Thread-Tracking) - Text-Cleanup nach Python portiert - LiveKit Agent: Deepgram STT → Orchestrate LLM → KugelAudio TTS → WebRTC ...

apiu.ai s MCP server authenticates per-request via X-API-Key and never returns an Mcp-Session-Id header, which the worker previously treated as a hard failure. Confirmed via direct curl against https://apiu.ai/mcp/ ...

Bumps ch.qos.logback:logback-classic from 1.5.35 to 1.5.36. details summary Release notes /summary p em Sourced from a href= https://github.com/qos-ch/logback/releases ch.qos.logback:logback-classic s ...
dependencies
java

Capped pools with free slots falsely reported SOLD_OUT because .update().select(head:true) count was unreliable. Switched to .select(id) + rows.length in create-checkout (credit full-coverage path) and ...

Abstract Checklist General - [ ] Added abstract that describes the change - [ ] Added changelog entry to /CHANGELOG.adoc - [ ] Ensured that the change is covered by tests - [ ] Ensured that ...

Adds a GitHub Actions workflow to get the correct Strava refresh token entirely in the browser — no local setup needed. Generated by Claude Code