Wez Furlong

Results 893 comments of Wez Furlong

If you're feeling slightly adventurous, `main` now has support for WebGPU as an alternative rendering front end. It will use Vulkan if available, and may improve the issue with the...

> Veertu support has found this is a bug we can replicate directly with FUSE (not using Anka). We've reported it to FUSE support and are waiting on them to...

One thing I noted to Chad was that I'd expect the out-of-order/racing mkdirs to result in ENOENT rather than EINVAL. I suspect that is the heart of the problem.

In the same vein, Metal on macOS doesn't respect alpha unless you call this each time you recreate the swap chain: ```rust let layer: id = msg_send![h.ns_view as id, layer];...

I see; it seems like having more of https://wgpu.rs/doc/gfx_hal/window/struct.SwapchainConfig.html exposed via https://wgpu.rs/doc/wgpu/struct.SwapChainDescriptor.html might help to manage this "more better", but not necessarily "correctly" on its own :)

if you are using the standalone `ssh` executable then you are most likely running into a limitation of the conpty layer where it doesn't understand the iterm or kitty image...

I was just surprised by this and found this issue. Things have changed with the new panic crates. What's the recommendation now? As a more casual user than I suspect...

related, but not strictly tied to this particular issue: it feels like there should be a debug/logging crate that holds the macros and respects the feature flags to select between...

Thanks for chiming in, however, I'm going to remove links to external binaries that are made here. it's a matter of trust: I can't personally vouch for third-party binaries and...

@pukkandan: looks plausible! Could you submit that as a PR? And also one for `actions/checkout@v2` while you're in there? Thanks!