Ben Stolovitz

Results 25 issues of Ben Stolovitz

Ignore some more of the untabbable.

1. Add versioning to any meta field 2. Make a post with that field 3. Edit that post's field 4. Revert 5. Post has now reverted to empty field.

Our code is not MIT licensed, and it is frustrating to remove this line from every file we make :).

Today, it is very difficult to get a list of [lightweight styles](https://learn.microsoft.com/en-us/windows/apps/design/style/xaml-styles#lightweight-styling) for a given control. This change introduces a **proof of concept** that can automatically fetch a list of...

### Issue type enhancement ### Which version of the app? WinUI 3 Gallery ### Description It is very hard to know what [lightweight styling](https://learn.microsoft.com/en-us/windows/apps/design/style/xaml-styles#lightweight-styling) brushes are available for a given...

enhancement
feature proposal

### Which version of the app? WinUI 3 Gallery ### Description There are visual headings all over the gallery, but they are typically not accessible as headings. We should: *...

bug
help wanted
accessibility

### Which version of the app? WinUI 3 Gallery ### Description Today, most text (`RichTextBlock`, `TextBlock`, etc) grows to the entire width of the screen, which makes it hard to...

bug
help wanted
accessibility

### Which version of the app? WinUI 3 Gallery ### Description Certain controls always have specific accessibility requirements—for example, `TextBox`es and `Image`s (and typically `*View`s) always need an accessible name....

help wanted
enhancement
accessibility

Error logs should have stack information to make it easier to debug.

feature