Wez Furlong
Wez Furlong
eg: https://deps.rs/repo/github/wez/wezterm shows openssl in red as insecure and this cascades up to the whole repo. While that is technically true, it only applies to a dev-dependency so it doesn't...
If you take the triangle example and set the alpha to be 0.5, when using Vulkan on both linux and Windows, the window is partially transparent (as expected). When running...
I recently added some automation to sync the Gogh data and make all of the schemes available to wezterm. That same automation generates previews of the schemes in wezterm's docs;...
## Description Apologies if I've overlooked something, but AFAICT, nothing ever calls this trait method. Is this something that I need to setup for myself? I've been using https://specs.amethyst.rs/docs/tutorials/13_saveload.html as...
I get this error with [`ATSAMD21G18A.svd`](https://github.com/posborne/cmsis-svd/blob/python-0.4/data/Atmel/ATSAMD21G18A.svd) I'm not opposed to rolling up my sleeves to help fix this if someone with context can tell me roughly what needs to happen....
Could you add an arm/m1 build for mac to the release downloads? I was idly looking at building it for myself just now, but the [instructions](https://github.com/kakashidinho/metalangle/blob/master/doc/DevSetup.md#getting-the-source) require python2 and I...
You can observe this in wezterm with a nightly build from here: https://github.com/wez/wezterm/releases/download/nightly/WezTerm-macos-nightly.zip What happens is that when the window is resized, the size of the layer seems to be...
I'm looking for (sort of) the inverse of `Size2D::from_lengths`, but it seems like there isn't a convenient way to access the fields in this way. The doc comment for [Size2D::to_array](https://docs.rs/euclid/0.20.6/euclid/struct.Size2D.html#method.to_array)...
This appears to be triggered by: `ctxt.gl.GetIntegerv(gl::MAX_CLIP_DISTANCES, &mut max_clip_planes);` here https://github.com/glium/glium/blob/master/src/draw_parameters/mod.rs#L634 Here's the debug message trace: ``` 2020-10-17T21:23:02.900Z ERROR wezterm::gui::termwindow > OpenGL initialized! ANGLE (NVIDIA GeForce RTX 2080 Ti Direct3D11...
This isn't directly an issue with this library, hope that's ok! I'm looking at coding a Rust client for my dyson devices and I don't see them responding to mDNS...