Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
> setting the text directly to avoid exceptions Hm. Feels a bit like cheating, compared to the example we're trying to show.
Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
Hm. Call me naΓ―ve, but I would expect a xaml feature to "simply work". I wonder why the FallbackValue isn't just used, as expected π€
Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
![Image](https://github.com/user-attachments/assets/961ae7a7-aee2-45f6-b371-c3f491bfc44d) file _App.xaml.cs_ to be exact
Jay-o-Way pushed 2 commits to main Jay-o-Way/WinUI-Gallery
Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
Whatever the actual cause is, I think it's safe to say this is an issue for the WinUI repo? As far as i can tell (with a quick search) the `TextControlCommandBarContextFlyout` cannot be changed.
Jay-o-Way created a review comment on a pull request on microsoft/PowerToys
Let's use 36 here
Jay-o-Way created a comment on a pull request on microsoft/PowerToys
First image on the left shows a button with black text on a green background. This is not good accessibility. Let's see how to fix that. (my general advice: stick with the basics)
Jay-o-Way created a review comment on a pull request on microsoft/PowerToys
WPF-UI uses a different icon set. The previous icon here is 20 pixels based, but we don't need to keep that. Please try to see what the default size looks like, or use 12 or 16...
Jay-o-Way created a review comment on a pull request on microsoft/PowerToys
IT is generally recommended to always use multiples of four - because that's best for scaling factors. Also, there are resources for this. See WinUI Gallery.
Jay-o-Way created a review comment on a pull request on microsoft/PowerToys
Is it possible to use `{StaticResource}` with a value from WinUI Gallery?
Jay-o-Way created a review comment on a pull request on microsoft/PowerToys
Tip: never hardcode values like this. This is super sensitive to typos and other reasons for failure. Use a FontIcon instead :)
Jay-o-Way created a comment on an issue on microsoft/devhome
This issue should be pinned above the others, on the Issues page
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
> Looks great! > > I wonder if "Controls" directory containing WinUI-Gallery defined userControls should be renamed to "UserControls" or something else instead? It always confuses me since this i...
Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
Interesting. I wonder what could lead to this difference...
Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
Let's look at (larger) issue #1542 too, please.
Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
It breaks on `NonExistentProperty` in a binding. Got the same thing here :)
Jay-o-Way created a review comment on a pull request on microsoft/WinUI-Gallery
FYI: Xaml Styler always messes up the spaces before/after elements like these :(
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
Whoah, this is huge! Interesting! I see you're touching a few issues, like - #1542 (larger idea for nav in issue) - #1673
Jay-o-Way created a comment on an issue on microsoft/PowerToys
> acrylic with true transparency is more suitable than mica for the 'launcher' scenario That's true. Mica is intended for longer-lasting windows. Could be that the code (a theme watcher?) defaults...
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
> It appears there's a minor issue: Yeah, it's not really finished yet, but I'll try to look into it. > What additional value do these changes bring to the app, and what is lacking in the cur...
Jay-o-Way pushed 7 commits to main Jay-o-Way/WinUI-Gallery
- Unblock UITests in CI (#1730) ## Description <!--- Describe your changes in detail --> Try unblocking the CI by fi... 54f3936
- [UX] GitHub PathIcon Update (#1728) ## Description This PR updates the GitHub PathIcon data with the following chang... f9b8686
- File scoped namespaces (#1700) <!--- Provide a general summary of your changes in the Title above --> ## Descriptio... 67943f5
- Update WinAppSDK Version and Remove WebView2 Workaround (#1729) - Update WinAppSDK Version to 1.6.4 - Remove WebView... 1592815
- Maintaining the Currency of Recently Added and Updated Samples (#1727) ## Description This PR addresses the issue o... 0783597
- Improved SystemBackdrop sample (#1698) Made the sample easier to use. ## Description 1. Changed the sample descr... 65bd5be
- feat: Add XAML Fundamentals section with pages and examples (#1661) ## Description This pull request introduces the... 7482be3