Imbris

Results 46 issues of Imbris

``` > cargo install proxyboi ``` error[E0432]: unresolved import `clap::Clap` --> .cargo/registry/src/github.com-1ecc6299db9ec823/proxyboi-0.5.0/src/config.rs:2:5 | 2 | use clap::Clap; | ^^^^^^^^^^ no `Clap` in the root error[E0432]: unresolved import `clap::Clap` --> .cargo/registry/src/github.com-1ecc6299db9ec823/proxyboi-0.5.0/src/main.rs:13:5...

### Describe the problem > Terms are similar to regular messages but they can only be used as references in other messages. Their identifiers start with a single dash `-`...

enhancement
undecided

https://rust.extension.sh contains useful information on how to use this extension so it would be nice to be able to navigate there easily without remembering the url. Perhaps a link on...

enhancement

Trying to use `nextest` with `miri` I ran: ```sh cargo +nightly miri nextest ``` Which produces: ``` error: unexpected argument '--target-dir' ``` This led me to think there was some...

bug

**Description** The unwrap in this line panics when passing `ShaderStages::all()` when a render pass is being used (I assume if a compute pass was in use it would probably panic...

type: bug
area: validation

**Description** When naga is parsing SPIRV shaders it seems to regularly produce "Unknown decoration Block" warnings : log screenshot ![image](https://github.com/gfx-rs/wgpu/assets/2002109/816f1430-c37b-4e14-b469-b946cb3a0062) This is due to the match [here](https://github.com/gfx-rs/wgpu/blob/faed98b45cdc105df78b110e3fd6ca3eef36efc7/naga/src/front/spv/mod.rs#L759) not handling `Block`...

type: enhancement
naga
lang: SPIR-V
area: naga front-end

For example, the compare exchange for `OnceNonZeroUsize` uses `AcqRel` for the success case: https://github.com/matklad/once_cell/blob/d706539c6f7cd47d0e8037d832c0c95214fb5f91/src/race.rs#L100 The `Acquire` portion of the `AcqRel` here is for the load of `0`, however there is...

In https://github.com/amethyst/shred/pull/228 I ran into the issue of the CI failing due to a dependency with a higher MSRV. If we had a lockfile to pin dependencies this would not...

Setting alignment afterwards appears to invalidate some layouting performed by `set_text` which is presumably not free? Alternatively, this could just be part of the new `set_rich_text` proposed in https://github.com/pop-os/cosmic-text/pull/149 Happy...

https://gpuweb.github.io/gpuweb/#abstract-opdef-validating-inter-stage-interfaces I noticed a few inconsistencies with the spec when reading through the interface validation code in `wgpu-core`. - [ ] User-defined variables all count as 4 components towards the...

area: validation