Gvinz

Results 4 issues of Gvinz

`rustlings/excercises/options/options1.rs` invites to use the Option types to manage the return value of a function that checks whether there's icecream or not. Both scenarios where there's a known amount of...

# Error Info Error name: Error Error message: panicked at /home/runner/.cargo/git/checkouts/wgpu-53e70f8674b08dd4/daedf03/wgpu/src/backend/direct.rs:3111:5: wgpu error: Validation Error Caused by: In Device::create_buffer Not enough memory left. Error stack: ``` Error: panicked at /home/runner/.cargo/git/checkouts/wgpu-53e70f8674b08dd4/daedf03/wgpu/src/backend/direct.rs:3111:5:...

error-report
wgpu-oom

**Describe the bug** When attempting to reproduce a playlist from the search with ~1000 tracks, the program freezes. **To Reproduce** Steps to reproduce the behavior: 1. Press F2 to search....

bug

While it might be different from it's original intent, in practice, `veil` is used mostly for two different use cases: - Preventing personally identifiable information from being leaked - Preventing...