feat: 結果ページで High/Low と最多票を強調する
議論の起点にできるよう、投票結果の一部を強調する - 最も大きい見積りに High - 最も小さい見積りに Low - ? は無視する (わからない / 途方もなく大きい 両方の含意があるので) - 全員が同じ数値のときは全員が High かつ Low になり区別にならないため強調しない - 最多票のカードを強調する - こっちは同数全て強調する <img wid...
議論の起点にできるよう、投票結果の一部を強調する - 最も大きい見積りに High - 最も小さい見積りに Low - ? は無視する (わからない / 途方もなく大きい 両方の含意があるので) - 全員が同じ数値のときは全員が High かつ Low になり区別にならないため強調しない - 最多票のカードを強調する - こっちは同数全て強調する <img wid...
画面を出している人が最後まで投票を待たなきゃいけないので追加 ## 投票前 (そのまま) <img width="616" height="448" alt="image" src="https://github.com/user-attachments/assets/5e28f370-def3-4cd0-8ac1-ed6cbdcd220a" /> ## 投票後 網掛け...
As of Chrome 148, the `browser` namespace is a native, drop-in replacement for the `chrome` namespace (see https://developer.chrome.com/docs/extensions/develop/concepts/browser-namespace). Please f...
Follows up on https://github.com/datalayer/jupyter-mcp-server/pull/351#discussion_r3733629148. `server_client` is only ever built from `code_sandbox_url` and is never set in `JUPYTER_SERVER` mode, ...
Fixes #344 ## Summary Fix `use_notebook` for setups that use separate document and code sandbox servers. ## Changes - Route notebook existence checks, creation, collaboration registration,...
Fixes #348 ## What - Remove the `pip uninstall -y pycrdt datalayer_pycrdt` / `pip install datalayer_pycrdt==0.12.17` step from `.github/workflows/test.yml`, `Dockerfile`, `Makefile`, `CONTRIBUTI...
jupyter-collaboration 5 https://pypi.org/project/jupyter-collaboration/5.0.0/ released on 3 Aug 2026 is breaking some tests For now, https://github.com/datalayer/jupyter-mcp-server/pull/347 pins to ...
## Description I want to run notebooks in my local project directory with a kernel running on a remote GPU server. When the notebook server and the code sandbox server are different, `use_notebook` ...
### Summary `make` is missing from the `:slim` tag starting at `575.0.0-slim` (`2026-06-30` build). Both [README.md](https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/README.md?plai...
Resolves #52 This builds on #51.
I'm aware this tool is now partially integrated into `gcloud run services proxy`, but I find it useful for accessing IAP-protected services without modifying the application. ## Proposal Add a new `...
When using `gcloud auth application-default login`, the proxy fails with: ``` failed to find token source: failed to get idtoken source: idtoken: unsupported credentials type ``` ## Cause The error...
## Summary Fixes the code review bot reporting false positives about files not changed in the PR. **Root Cause:** The bot was using `git diff BASE_SHA..HEAD_SHA` which shows **all differences** betw...
Fixes #7185 ## Summary Add `isInputComposing` utility to prevent IME users from accidentally submitting forms when pressing Enter to confirm character selection. Use this for custom `onKeyDow...
**Describe the bug** I'm having trouble renaming evals with Japanese characters. As a workaround, I currently type the name in another application and paste it into the dialog. When using an Input M...
Fixes #7096 ## Cause Zod v4's `z.toJSONSchema()` generates `allOf` with `additionalProperties: false` in each sub-schema when using `z.intersection()`. This causes JSON Schema validators to reje...
**Describe the bug** The published JSON Schema (`https://promptfoo.dev/config-schema.json`) now reports validation errors for `defaultTest.options.provider` configurations that were previously valid....
Resolves #6569 `region: global` → `aiplatform.googleapis.com` (no prefix) other regions → `{region}-aiplatform.googleapis.com` References: - [Vertex AI locations documentation](https://cloud.g...
**Describe the bug** The Vertex AI provider generates an incorrect API host when `region: global` is specified, resulting in 404 errors. The provider attempts to construct the hostname using the pat...