Results 381 comments of Kevin Reid

@Veykril It didn't work because I'm not a project member at all. If you want that to succeed, then in `triagebot.toml`, the `relabel.allow-unauthenticated` list must contain `"A-*"`.

I’d like to speak up for another use case for keeping `BufferSlice` and making it more flexible: in my PR #6900 for `StagingBelt::allocate()`, I return a buffer and an offset...

P.S. I was specifically planning to add getters to `BufferSlice` as a followup PR after #6900.

> On a simlar note of constraining users, imo derives should only produce a trait impl for the derive Note that imposing such restriction would make it difficult to write...

> I'm actually not sure if I understand how this case is problematic, at least for imports accidental being more visible within the crate. In a sense, *all* visibilities lower...

* OS: MacOS Sequoia 15.7.1, Apple M4 Max * `git rev-parse HEAD`: db907d90b1c0397098a849d92babb5e9c4a81af7 * [wgpu-info.txt](https://github.com/user-attachments/files/23912893/wgpu-info.txt) * [tests.txt](https://github.com/user-attachments/files/23912897/tests.txt) * Note: my historical experience is that the test suite is flaky, as...

Actually, this is straightforwardly solvable by adding the proposed method; guess I should write a PR for it. When I started writing this issue (and accidentally submitted it too soon)...

> rustup has all information required to perfectly detect garbage since it will be able to know (from a point on) why each toolchain is installed. I agree that tracking...

> [@kpreid](https://github.com/kpreid) I think it still boils down to why you would use a toolchain as specific as `1.83.0`. What do you have in mind to be more precise? As...

A narrower selection procedure that still serves my needs would be “this [binary/test/bench] target and all of its dependencies in the workspace”. That would narrow down the number of targets,...