William

Results 154 comments of William

This is on Windows 11 BTW. Not sure about the others

Notably, `whoami::devicename()` returns the correct casing. Maybe this is the intended behaviour of hostnames on Windows?

Ok yeah, that makes sense. Thank you!

Hello guys, this is quite a common issue with Gmod modules. For my modules I build using a manylinux2014 Docker container which uses the ancient CentOS 7, and works even...

Could be done using P2P with WebRTC

There's no macos builds at the moment

Ideally these functions should take `tauri::Size` or `tauri::Position` https://docs.rs/tauri/latest/tauri/window/struct.WindowBuilder.html#method.inner_size https://docs.rs/tauri/latest/tauri/window/struct.WindowBuilder.html#method.min_inner_size https://docs.rs/tauri/latest/tauri/window/struct.WindowBuilder.html#method.max_inner_size https://docs.rs/tauri/latest/tauri/window/struct.WindowBuilder.html#method.position Unfortunately that would be a breaking change... so I don't really know what would be best here

If I try the quick fix, I get this error in console: ``` ERR Unable to create file 'c:\Users\billy\Documents\GitHub\brokey\silly_mod\mod.rs' that already exists when overwrite flag is not set: Error: Unable...

Not one that I could find - is there a reason for this limitation? I noticed there are tests which surprisingly pass with this exact scenario, from what I can...

This test https://github.com/rust-analyzer/rust-analyzer/blob/1f1a1ce4f57076be38d18f0a6defddb9c690bb1c/crates/hir_def/src/nameres/tests/mod_resolution.rs#L322-L347