João Capucho
João Capucho
Adds a new option to toggle between the always win pan gesture recognizer with a new recognizer that checks if the pointer event is inside the ring. And a `onEnd`...
The hue ring despite accepting a different stroke width from `20.0` seems to have some bits hard coded in such a way that different values cause the ui to not...
Hi, when testing out `himalaya` I've noticed that when sending emails that contain non ascii data on the headers it gets mangled, for example the following email ```email Content-Type: text/plain;...
**Checklist** - [x] Run `cargo clippy` (shows some warning unrelated to my work). - [x] Run `RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown` if applicable (not applicable). - [ ] Add change...
Short info header: - GFX version: `27a1dae3` - OS: Windows 10 - GPU: GTX 1650 The panic happened while using wgpu and the vulkan backend, the error message says that...
This PR allows `spotifyd` to run on windows as non-daemon and daemon-like, only the rodio-backend is supported and the config file is stored on: ``` %AppData%/Roaming/spotifyd/spotifyd.conf ``` All output is...
Push constants need to be configured by the consumer which must pass the bind target of the constant buffer used for the push constants. Closes #1782
Previously the wgsl frontend wasn't aware of lexical scopes causing all variables and named expressions to share a single function scope, this meant that if a variable was defined in...
Right now, all UI tests for the frontends are done in Rust as tests, this approach has some limitations: - Changing the tests requires recompiling again the test crate -...
When lowering `Select` expressions the position could be wrongfully updated from `AccessBase { constant_index: false }` to `AccessBase { constant_index: true }` this caused dynamic indexing in an array behind...