pullrequests Search Results · language:Dune language:Python language:JavaScript language:Ruby language:Python language:C#
Filter by
180M results
Transport buttons now reflect their active state with color:
- Play → green (#4caf7d) while playing; idle/ready stays gold.
- Stop (footer) → red tint while stopped.
- Loop (footer) → blue tint ...
Fixes #2093.
Problem
OverkizCommandParam.ON, OFF, UNKNOWN (and the latent BATTERY) were regressed from their lowercase API values to
capitalized variants in #2085. The real Overkiz API returns these ...
bug
🔒 セキュリティ修正
問題
1. クレデンシャル露出 — .dev.vars.example に実際のAWSアクセスキー、シークレットキー、Cloudflare Account ID、Cloudflare APIトークンがハードコードされていた
2. DoS脆弱性 — /api/translate エンドポイントにテキスト長制限がなく、巨大テキスト送信によるAWS Translateコスト増大攻撃が可能だった ...
Created contacts.html and updated code.js to support contact manager frontend features:
- Login redirects to contacts page
- Add contact form
- Search contact UI
- Edit contact UI
- Delete contact ...
Summary
- Canonicalize the site on https://get-crypto.org and redirect the legacy Render host to the new domain while
preserving path and query strings.
- Add Cloudflare-friendly cache and security ...
What changed and why
storageops resume — resume most recent by default
Before: storageops resume (no args) → shows a numbered picker
After: storageops resume (no args) → immediately resumes most recent ...
Summary
Adds ModalDictHintStore — the modal.Dict-backed HintStore the Protocol + module docstring have named as Phase 1b since
#643/#670, but which never existed. This is the backend the Learning Allocator ...
we are now getting Spheres with this change
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| kubernetes-csi/external-snapshotter | | minor | v8.5.0 → v8.6.0 |
| kubernetes-csi/external-snapshotter ...
dependencies
renovate
Summary
- config.py: When settings.json doesn t exist (Railway fresh deploy), the else branch was returning
DEFAULT_CONFIG.copy() without ever calling os.getenv() — so OPENAI_API_KEY set in Railway ...