issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:JavaScript language:C#
Filter by
5.1M results
Description
The digit 4 (and likely other glyphs with interior holes, e.g. 0, 6, 8, 9, A, B, D, O, P, Q, R) renders as a fully
filled shape instead of showing the expected cutout.
Root cause hypothesis ...
Summary
Mojo generation fails for the Vulkan Tools cube fragment shader when resolving overloaded linearToSrgb helpers. The GLSL
source has scalar, vec3, and vec4 overloads; the call linearToSrgb(light ...
bug
support-backend:mojo
tests
Summary
Rust-GPU fragment entry points that write through a mutable output parameter fail for CUDA, HIP, Mojo, Rust, and Slang
target generation. The CrossGL intermediate represents the output as gl_FragColor, ...
bug
support-backend:cuda
support-backend:hip
support-backend:mojo
support-backend:rust
support-backend:slang
tests
Summary
The Metal performance-testing matmul demo fails for CUDA, HIP, Mojo, Rust, and Slang because the source uses a
two-dimensional Metal grid id (uint2 id [[thread_position_in_grid]]). Those targets ...
bug
support-backend:cuda
support-backend:hip
support-backend:mojo
support-backend:rust
support-backend:slang
tests
Summary
The Apple Metal mesh view-direction demo fails for CUDA and HIP because the source uses Metal half-precision vector
values that become f16vec3. CUDA/HIP generation currently accepts scalar half ...
bug
support-backend:cuda
support-backend:hip
support-backend:metal
tests
Summary
The Metal performance-testing matmul demo fails when targeting WGSL. The source uses Metal device const float*, device
float*, and a constant parameter block; WGSL generation rejects the resulting ...
bug
support-backend:wgsl
tests
Summary
WGSL project translation currently rejects the Godot Betsy alpha-stitch compute shader because the source uses a
writable uimage2D storage image. Other targets translate the same reduced corpus ...
bug
support-backend:wgsl
tests
Summary
Project translation fails when emitting WGSL for the DirectX Graphics Samples Hello Texture shader. The HLSL source
declares a texture at t0 and a sampler at s0; WGSL generation assigns both resources ...
bug
support-backend:wgsl
tests
Follow-ups from the Fable review of PR #886:
1. Surface the report: transfers.py:386-409 discards MissingRegionsError.report — the 422/log carries only
affected_count, but the documented recovery ...
enhancement
Two bugs with values passed in via registry.resolve_multi(names, results={...}) or registry.resolve(fn, **kwargs):
1. parallel executor can stall and return nothing
import asyncio
from asyncinject import ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.