pullrequests Search Results · language:Edge language:Python language:C# language:HTML language:Java language:JavaScript
Filter by
223M results
What changed
- Adds .claude/launch.json with the static-site preview server config (python3 http.server on port 8765)
- Adds .gitignore to keep the machine-specific .claude/settings.local.json out ...
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...
Feeds the full current file alongside the diff so the reviewer stops flagging pre-existing imports/declarations as
missing. Template synced from claude-management/ai-review.
Unified replay for plotly/plotly.py
Before this commit, leaving the browser fullscreen mode of a call (ESC or the Exit Fullscreen action) always tore down
the whole meeting view: users who were in the meeting view before requesting browser ...
Closes #7899
Summary
This PR fixes multiple JavaScript syntax errors in the AI Resume Analyzer (Day 173) that prevented the application from
functioning correctly.
Changes Made
- Fixed missing closing ...
What does this PR do?
Adds unit-test coverage for tools/environments/ssh.py, which previously had only partial coverage. The SSHEnvironment
paths for connection setup, remote command execution, file transfer, ...
Motivation
- Improve visual hierarchy and readability on the login left panel and post-login sidebar while preserving the premium
black/gold aesthetic and existing functionality.
- Resolve overlap ...
codex
This PR adds the CORS Access-Control-Allow-Origin: * header to BML native responses to resolve deployment verification
checks.