pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Java language:C#
Filter by
197M results
What changed and why
- Added Asset.is_empty, Asset.has_meshes, and Asset.has_lods convenience predicates for quick pipeline guards.
- Added Mesh.to_trimesh() and Asset.to_trimesh(include_lods=False) ...
背景
用户需求: 性能监控调试控制台, 独立 :perf 进程, 桌面启动图标, 监控主 application (IDEApplication) 启动全过程的每一条代码、帧率、内存、GC、ANR、线程。
5 步实施计划 spec: docs/superpowers/specs/2026-06-14-perf-console-design.md
本 PR 是 5 步中的第 1 步, 仅做骨架. ...
Add buttons for the carousel.
Side effect: the smashed controls can be used on the horizontal border of the page for smaller buttons.
design
This PR updates pytest from 5.4.3 to 9.1.0.
details summary Changelog /summary
9.0.3
=========================
Bug fixes
---------
- `12444 lt;https://github.com/pytest-dev/pytest/issues/12444 gt;`_: ...
Because the code itself has no Python version-specific syntax or APIs — it only uses:
- dataclasses, decimal, threading, json, logging, os — all standard library modules that have been stable across ...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
| --- | --- | --- | --- | --- | --- |
| TUnit | 1.54.0 → 1.55.0 | age | adoption | passing | confidence ...
What broke
src/collectors/x_search.py crashes at runtime with a TypeError when X_ACCOUNTS is configured and XSearch sources exist.
TypeError: coroutine object is not an async iterable
Root cause
...