alexniver

Results 7 comments of alexniver

I'm new to rust. May be this is a solution? ``` let mut len_bytes = [0; 4]; len_bytes.clone_from_slice(&bytesMut[0..4]); let len = u32::from_be_bytes(len_bytes); ```

there is a bug with wgpu 0.19, [Validation limits are too high](https://github.com/gfx-rs/wgpu/issues/5296) my old computer works fine with wgpu 0.18, but can't work with wgpu on 0.19 [Failed to find...

same issue on my old archlinux laptop. wgpu version: `0.19.1` device info: ``` AdapterInfo { name: "AMD Radeon R5 M435 (RADV HAINAN)", vendor: 4098, device: 26213, device_type: DiscreteGpu, driver: "radv",...

> there were a few fixes around surface creation which may affect what adapters can be chosen but we can't backport then since there's some api breaking changes interwoven. Do...

Same issue to me. I come from neovim. with plugin `nvim-cmp`, when I see autocomplete menu, I just press `Enter` and auto choose the first item. `Tab` --> `Enter` seems...

same issue on my old archlinux laptop. wgpu version: `0.19.1` device info: ``` AdapterInfo { name: "AMD Radeon R5 M435 (RADV HAINAN)", vendor: 4098, device: 26213, device_type: DiscreteGpu, driver: "radv",...

> Have you solved it? 没有,没折腾这玩意儿了