Results 90 issues of Rob Parrett

Discovered this while testing `bevy-debug-menu` in a bare bones `bevy_webgl2_app_template`. ![webgl2-text-wave](https://user-images.githubusercontent.com/200550/106011815-0d468700-6078-11eb-8088-b12043c637eb.gif) This gif is cycling between screenshots of the same app running with webgl2 and natively (macOS, high dpi). I...

## Bevy version latest main, 0.7 (different error) ## Relevant system information m1 mac, chrome, firefox ``` AdapterInfo { name: "ANGLE (Apple, Apple M1 Max, OpenGL 4.1)", vendor: 0, device:...

C-Bug
A-Rendering
S-Blocked

It would be great to have some instructions or scripts or something for users to easily do local testing/development for the web. There are a bunch of ways to break...

**Description** Clear color is darker than expected, but occasionally flickers with the correct color. **Repro steps** With an M1 Mac, open Chrome (stable) and visit https://wgpu.rs/examples-gl/?example=cube or https://wgpu.rs/examples-gl/?example=mipmap Alternately, with...

type: enhancement
help wanted
external: driver-bug
api: gles

## Bevy version main ## What you did - `cargo run --example post_processing` - Update `custom_material_chromatic_aberration.wgsl` ## What went wrong Shader did not reload ## Additional information Shader examples should...

C-Bug
D-Good-First-Issue
C-Examples

https://github.com/bevyengine/bevy/pull/4665 added some new clippy lints a while back, but https://github.com/bevyengine/bevy-website/blob/master/content/learn/book/contributing/code/_index.md?plain=1#L20 still tells you to run the old set of lints. This seems to be what CI is running now:...

C-Bug
E-Good-First-Issue
A-Book

When a user has visited this link, it shows up in the default color which happens to be super-low-contrast. Should this text block have the `media-content` class or something?

C-Bug
E-Good-First-Issue
C-Accessibility
A-Assets
C-Webdev

Currently, the cards change in width with the screen size. This means that there is no image aspect ratio that will "look good" on all screen sizes. Even if all...

E-Good-First-Issue
A-Assets
C-Webdev

I think there may be some reason this isn't desirable alluded to here: https://github.com/bevyengine/bevy_github_ci_template/pull/13#issuecomment-1238796679 But I've been experimenting with this [here](https://github.com/rparrett/pixie_wrangler/blob/main/.github/workflows/release.yaml#L175), and it seems to generally work. From what I...

Does bam2d exist? It sounds like just the thing I need (lightweight 2d collisions in the glam ecosystem). https://github.com/dallasc/bam2d is a 404 and google/crates.io turned up nothing.