Results 38 issues of edwloef

this implements a wrapping column that behaves analogous to a wrapping row, by wrapping into multiple columns when there's not enough space to show all elements in one column. the...

I found myself wanting to use `.rposition(..)` on the children of a layout, this change makes that possible.

just seemed like it was missing, probably because `Extended::warning` got added later.

This makes #1777 user-configurable from the top-level iced crate. In my case, disabling the Wayland features saves me 38 dependencies and 1MB of binary size. This depends on https://github.com/hecrj/window_clipboard/pull/31 to...

I did my best to emulate the background of the iced logo in the iced helper widget. The gradient doesn't match quite right, but I'm not sure how to make...

works the same as the row, column and stack macros

### Please fill out the following: - **Sway Version:** 1.11 - **Debug Log:** https://pastebin.com/HiMWYsqK - **Configuration File:** this reproduces with the default configuration - **Description:** - Open an affected program,...

bug

### Icon name outline-arrow-up-right,outline-arrow-up-left ### Use cases outline-arrow-up-right: - share - forward message/email - switch orientation to portrait (mobile) outline-arrow-up-left: - reply to message/email - reload - switch orientation to...

🙌 icon request

**Describe the bug** When repeatedly running `swag fmt`, more tabs are repeatedly inserted before `[put]` or `[get]` each execution. **To Reproduce** I can't quite tell in which cases this reproduces,...

### Describe the bug When using [svelteflow](https://svelteflow.dev/)'s `Node` type with Svelte's `$state.Snapshot` type, upgrading to svelte 5.39.8 leads to hitting the recursion limit in type-checking. This sounds to me like...