Gwen

Results 9 comments of Gwen

#223 is also relevant to this

Agreed, my projects disallow all block comments so `///` and `//!` are the only options.

While the kinks of getting combined image/samplers working, the error message that naga provides when using an unsupported combined sampler could be improved. Currently, it simply says: ``` error: Not...

I have been having the same issue on Wayland with Ubuntu 22.04 on the `amdgpu` driver. Using `alacritty 0.12.0-dev (182086f5)` built from the master branch seems to work.

Considering that there are already `from_element` methods I think that's good, only thing is it would be a breaking change, right? I think it would also be nice to have...

What about something like `#[rustfmt::arrayNxM]` where rustfmt will automatically arrange things matrix style, with configuration for horizontal alignment of the columns in `.rustfmt.toml`? As a first pass this could be...

@Keats I will try that out when I get the chance! I also found a workaround in the meantime, placing a single space in any empty line prevents the ``...

Any progress on this feature? I am using the `test.py` script from the viml parser as a stopgap.