Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Jay-o-Way opened a pull request on microsoft/WinUI-Gallery
small changes to Color pages
## Description Changed one "control" to "card", make every Description end with a period. ## Motivation and Context just tweaking ## How Has This Been Tested? With Visual Studio :) ## S...Jay-o-Way created a branch on Jay-o-Way/WinUI-Gallery
Color-Pages-tweaks - This app demonstrates the controls available in WinUI and the Fluent Design System.
Jay-o-Way created a comment on an issue on U-C-S/Hurl
Okay. VS Installer shows Runtime v8 and v9, but running the command shows only v`9.0.100`. As said, simply deleting the json file makes the problem go away, so does the project **need** 8 or 9? And...
Jay-o-Way created a review comment on a pull request on microsoft/WinUI-Gallery
Of course, makes complete sense, just needed a second look at this!
Jay-o-Way opened an issue on U-C-S/Hurl
Trying to run/debug fresh clone gives error for .NET
Installed Windows 11 (24H2) and apps cleanly a couple of weeks ago now. Got a fresh fork and clone, now trying to run/debug the solution. Got an error: > ❌ Unable to resolve the .NET SDK version...Jay-o-Way pushed 16 commits to main Jay-o-Way/PowerToys
- updating the README.md for better clarity (#35885) 0a1fd8b
- [Dev][Build] .NET 9 Upgrade (#35716) * [Deps] Upgrade Framework Libraries to .NET 9 RC2 * [Common][Build] Update ... 00ee6c1
- SpellCheck > Allowed names: Remove duplicates (#35907) Update names.txt 25aac6b
- Simplify language and structure for clarity and ease of use. (#35943) 1. Clearer Section Headings: Renamed sections ... 4f3d700
- [DATA_AND_PRIVACY.md] updating the list of diagnostic data events (#35922) * updating the list of diagnostic data ev... d31934b
- [PTRun][Docs] Add Bilibili to Third-Party plugins (#35926) * Update thirdPartyRunPlugins.md * Update names.txt f66450f
- [Workspaces] Implement PWA recognition, launch. (#35913) * [Workspaces] PWA: first steps: implement PWA app searcher... 6b3bbf7
- [ci]Fix signing new Workspaces dll in Dart (#36036) f1322d2
- Adds two new third party plugins for Run (#35453) * Update thirdPartyRunPlugins.md * Update expect.txt -------... 40acdea
- [Peek]Expand image format support for Image Previewer using local capabilities (#35622) * Use BitmapDecoder to query... b81478e
- [Peek] Fix Monaco assets folder discovery (#35925) 863f7aa
- [Peek]Add support for previewing .ahk files as plaintext (#35538) 6cece12
- Removed extra space from welcome page (#35778) * Removed extra space from welcome page * Added space between info... 7c98765
- [Mouse Jump] Customisable appearance - borders, margins, colours, etc - final part (#35521) * [MouseJump] move Mouse... 5321218
- [Logs]Fixed name of logging method in managed logging (#35952) * Fixed name of method in managed logging * Added ... 08fe808
- [New+]Windows 10 support (#35832) 084402a
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
Did you know? > [!NOTE] > Starting in Windows 10, version 1607, the XAML framework provides a built in Boolean to Visibility converter. The converter maps **true** to the **Visible** enumeratio...
Jay-o-Way created a review comment on a pull request on microsoft/WinUI-Gallery
I think it's valuable to mention that the **default** modes for `Binding` and `x:Bind` are different (OneWay and OneTime, resp.) A developer converting Binding to x:Bind might have unwanted results.
Jay-o-Way created a review comment on a pull request on microsoft/WinUI-Gallery
```suggestion Message="WinUI 3 includes built-in theme resources for commonly used colors, such as `CardBackgroundFillColorDefaultBrush` and `TextFillColorPrimaryBrush`. For a dee...
Jay-o-Way created a review comment on a pull request on microsoft/WinUI-Gallery
Be very, very careful to hardcode colors like this. Did you check readability in light and dark mode? Is there no resource to use here?
Jay-o-Way created a review on a pull request on microsoft/WinUI-Gallery
My thought: printing **elements** and **properties** in bold (or _values_ in italic) is good practice in documentation, but might not be needed in this app. If this formatting would be removed, it ...
Jay-o-Way created a review on a pull request on microsoft/WinUI-Gallery
My thought: printing **elements** and **properties** in bold (or _values_ in italic) is good practice in documentation, but might not be needed in this app. If this formatting would be removed, it ...
Jay-o-Way pushed 12 commits to main Jay-o-Way/WinUI-Gallery
- Draft PR to Setup OneBranch CI Pipeline (#1636) WIP 203a471
- Updating TabView to consume tear-out APIs + Fix Failing Axe Tests (#1629) Clone of `origin/user/llongley/ConsumingT... c7e1018
- feat: Update NumberBox example to reflect spin button placement in displayed XAML code (#1612) ## Description This ... 7120513
- fix: Update Scroll View Animation Example and Sample Code Presenter (#1616) ## Description Updated ScrollView Anima... f1a2e82
- SplitView Sample -> `fix` the mismatch between rendered content and source code (#1617) ## Description A simple upd... 5f46afa
- Add schema for ControlInfoData.json (#1630) ## Description I added a schema file for the `ControlInfoData.json` to ... 48bcda6
- Fix/add link to nonclientinputsource (#1633) ## Description ![image](https://github.com/user-attachments/assets/4... b70d610
- Fix theming in spacing page (#1639) ## Description Fixing text on spacing page being hard to read when using the th... af8a673
- Show item base classes (#1591) <!--- Provide a general summary of your changes in the Title above --> ## Descript... 60816c3
- Copy "git clone https..." to clipboard when clicked (#1641) <!--- Provide a general summary of your changes in the T... 8a1514d
- Further OneBranch Setup (#1640) 50959e1
- Update Gallery and WindowsAppSDK Version (#1652) ## Description - Update Gallery Version to 2.5.0 - WindowsAppSDK... 04db0e3
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
In the XAML, I see a couple of different values, based on 5 or 10. This doesn't fit within the general recommendation to use multiples of four. Is there a reason for this? Also, something like a **...
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
Nit - I just saw this coloring. ![Screenshot_20241126-171637~2.png](https://github.com/user-attachments/assets/eaae22ab-0b72-4a21-abbb-fa5b692d65f6)
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
Here you add the "3" to the app name in ReadMe, and in #1660 you specifically remove it. What's the full name?
Jay-o-Way created a review comment on a pull request on microsoft/WinUI-Gallery
```suggestion If you're building an app with WinUI and Windows App SDK for the first time, follow these [installation instructions](https://learn.microsoft.com/en-us/windows/apps/get-started/start-...
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
Let's remove those `en-us/` bits, while we're at it?
Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
Maybe this icon should be used for this repo too
Jay-o-Way created a comment on an issue on microsoft/microsoft-ui-xaml
I have no idea what UNO is and I really don't want to know. As others said, it should just be there.
Jay-o-Way created a comment on an issue on microsoft/PowerToys
Look, if you want it so bad, stop whining and do it then.
Jay-o-Way created a comment on an issue on microsoft/PowerToys
You can't expect PowerToys to have everything that anybody would ever need. There are good, finished programs already out there. Why are people too damn stubborn to just install them? And there's n...
Jay-o-Way opened an issue on microsoft/PowerToys
UI binding with `EnableDataDiagnostics` is buggy between Settings and OOBE pages
### Microsoft PowerToys version 0.86 ### Installation method GitHub ### Running as admin None ### Area(s) with issue? Settings ### Steps to reproduce - Open Settings > General > Diagnostic...Jay-o-Way created a comment on an issue on microsoft/PowerToys
Confirming this is still a problem. ![Image](https://github.com/user-attachments/assets/e429eb0e-aceb-4ab2-8afc-2f500bbc4d54)
Jay-o-Way pushed 5 commits to main Jay-o-Way/Hurl
- Self bootstrap WASDK 8680700
- Try Intialize supported versions iteratively till success *supported versions of Windows App Runtime (1.5-1.6) ce33e70
- Simplify initializing WASDK 2fa7025
- Show UI when no compatible WinAppRuntime is found a6fa2c3
- Merge pull request #171 from U-C-S/experiment/self-bootstrap-wasdk Self bootstrap WASDK 9fe11d0