Vitaliy Sapronenko

Results 5 issues of Vitaliy Sapronenko

# Objective Fixes #11457. ## Solution Based on [another headless application](https://github.com/richardanaya/headless/) --- ## Changelog - Adopted to bevy 0.14 - [Panic](https://github.com/richardanaya/headless/pull/1) fixed by [disabling PipelinedRenderingPlugin](https://bevy-cheatbook.github.io/setup/perf.html#pipelined-rendering) instead of [disabling "multithreaded" bevy...

A-Rendering
C-Examples

# Objective - Fixes #12496 . - Fixes #13122 . - Fixes #12995 . ## Solution Gltf loader reads texCoord field of each texture except lightmap, when finds TEXCOORD_n with...

C-Bug
A-Rendering
A-Assets

# Objective - Fixes #13192 . - It is not possible to specify the path of the file and the subasset in it in one string slice, if there is...

C-Docs
A-Assets
X-Uncontroversial
D-Straightforward
S-Needs-Review

# Objective - Fixes #13155 . ## Solution - Style::aspect_ratio is filled at same time as UiImageSize ## Testing Run example `game_menu` ![image](https://github.com/bevyengine/bevy/assets/17225606/01a2d17b-eb3f-4fb6-b2d3-b5e04b250c4f) and `overflow_debug` ![image](https://github.com/bevyengine/bevy/assets/17225606/13143977-6a88-4d5e-96ab-cd22b22c1584)

C-Bug
A-UI

# Objective - Fixes #13957 . - Sysinfo fails compilation of `multi_threaded` feature disabled, because [single_threaded_task_pool::TaskPool::spawn](https://github.com/bevyengine/bevy/blob/68db79862227885bb5d4794c2636e1749e36e574/crates/bevy_tasks/src/single_threaded_task_pool.rs#L153) returns `FakeTask` which can't contain future result, because [it's just empty struct](https://github.com/bevyengine/bevy/blob/68db79862227885bb5d4794c2636e1749e36e574/crates/bevy_tasks/src/single_threaded_task_pool.rs#L205), but actualy...

C-Bug
S-Blocked
A-Diagnostics
P-Compile-Failure
S-Needs-Review