Zoe

Results 19 issues of Zoe

I'm creating a new issue to summarize the problems encountered by myself and `gforgas` in issue #297. Notably, both of these issues are occurring with Dell USB-C display connections. Specifically,...

This PR adds a highlight capture for lifetimes in Rust: `@label.lifetime-only-in-rust`. Currently, lifetimes are simply picked up as `@label`; the highlighting of this capture should default to `@label`, so existing...

Related: #29 This crate seems very useful to me, but unfortunately it provides no way to derive `const` constructors, and because of that I cannot use it for my project....

I imagine this is not possible, given this comment: https://github.com/QuiltMC/quilt-mappings/blob/23w35a/.github/actions/diff-uploader/index.js#L94-L101 But I think it is good to make an issue for this anyway, as if that is true, then that...

t: toolchain

- mention boolean getter conventions in the same place boolean field and variable names are, for clarity - explain that not only `is` but also `has` are valid prefixes, as...

documentation

This is not a list of visitors, but rather a `List` representing the different "parts" of the text component. Say the component's text after translation is `Hello, %s!` and it...

t: refactor
s: tiny

It is easy to forget to `.await` an `async fn`, and without a `#[must_use]` attribute, you won't get a warning for forgetting to do so.

Working with layouts is complicated a lot by my representation of the layout tree. While it is the most obvious way to represent a tree, I understand now that there...

rewrite
implementations
layouts

Layout regions are areas of the screen used for a tiling layout. Normally, that would be the whole screen, but they could be useful on an ultrawide, for example, where...

implementations
layouts

## Vertical group example For example, if a window in a vertical group has a minimum width larger than another window in that vertical group's maximum width, you'd either just...

enhancement
implementations
layouts