pullrequests Search Results · language:Edge language:TypeScript language:PHP language:JavaScript language:JavaScript language:C#
Filter by
204M results
Key Changes: * New Camera Views: Added Transverse and Longitudinal projection views alongside the default 3D view. *
Visual Physics Aids: Implemented toggleable coordinate axes (x, y, z) and kinematics ...
変更内容
- docs/commenting.md を追加し、通常コメント・PHPDoc・JSDocの運用方針を固定しました。
- AGENTS.md から詳細なコメント方針を docs/commenting.md 参照へ寄せました。
- PHP / TypeScript / TSX の既存コメントを確認し、英語の説明コメントを日本語へ修正しました。
- migration / Factory ...
Summary
Cherry-pick of the review fixes for theDakshJaitly/mex#46:
1. Portable main-module guard — import pathToFileURL from node:url and compare import.meta.url against
pathToFileURL(process.argv[1]).href ...
概要
SP の About Mission(窓イラストの固定追従演出)で、途中までスクロールした状態でリロード/遷移してきたときに起きていた表示不具合を修正し、あわせて窓上の余白を調整しました。
修正内容
- リロード時に窓の背景グラデだけ「たまに・フェードせず瞬間表示」される不具合を修正
- 原因:CSSトランジションの「起点フレーム」待ちのタイミングレース。pinでtransformが掛かる窓(illust)の中の要素は、opacity:0で1回描画される前に表示クラスが付くことがあり、起点が無く1で確定=フェードしない。pin外の__bgは毎回フェードするため「窓グラデだけ・たまに」発生していた。 ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
- Polish the README: centered title block, a Highlights section, and a table of contents for easier navigation.
- Make the server port configurable via the PORT environment variable (defaults ...
Bumps @wix/design-system from 1.283.0 to 1.285.0.
![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@wix/design-system
package-manager=npm_and_yarn ...
dependencies
javascript
Removes the in-app Edit button and all edit-mode capabilities, now that Airtable is the backend.
Removed
- The floating ** Edit FAB** and all manage-mode state/plumbing in App.tsx.
- The ** Mark ...
Adds admin Helpdesk category update, deactivate, and restore endpoints. Deactivation is used instead of hard delete so
existing tickets keep their category history. Adds audit logging for update/deactivate/restore. ...