pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Java
Filter by
129M results
Please provide me the recommendations
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 ...
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| actions/checkout | action | major | v2 → v7 |
Release Notes
details summary actions/checkout ...
Bumps tar from 6.1.13 to 6.2.1. details summary Changelog /summary p em Sourced from a href=
https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md tar s changelog /a . /em /p blockquote h1 Changelog ...
dependencies
javascript
- 変更内容
- ローカルPC上のフォルダ(複数指定可)を対象に、本文+ファイル名を横断する日本語全文検索を行うローカル Web アプリを実装しました。利用者は各自のPCで起動し、ブラウザ(localhost:8080)から操作します。
- Java 未インストールのPCでも動くよう、JRE 同梱のポータブル配布物を生成できます。
!-- for GitHub Copilot ...
…calendar management
- Add manager calendar view with daily booking timeline
- Support bulk confirmation of pending bookings
- Introduce 30% deposit payment workflow
- Add deposit tracking fields ...
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| actions/checkout | action | major | v2 → v7 |
Release Notes
details summary actions/checkout ...
背景
精度向上の継続。exact-title 加点 +25 では、酷似する兄弟セクション(「固定点のある剛体の運動」←→「ない剛体の運動」)の本文スコアに負けて Recall@1 を落とすことがあった。
修正
「質問=節タイトル」は最強シグナルなので、exact-title 加点を +25 → +100 に引き上げ、exact にヒットした doc が本文スコアに依らず上位化するようにした。 ...
Problem
When generating assertions for getter methods, the AssertJ generator creates a single GetterDescription per getter name.
The description is currently derived from the first method returned by ...