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/microsoft-ui-xaml
> naming of Header and Footer is very misleading. Those names typically refer to top/bottom items Here's an insight: A _head_ is not a synonym for the **top** but for the **leading** part. Animals...
Jay-o-Way created a review comment on a pull request on microsoft/microsoft-ui-xaml
I understand the thought, but don't agree. A _head_ is not a synonym for the **top** but for the **leading** part. Animals that are "built horizontally" have their head at the front, not on top.
Jay-o-Way created a comment on a pull request on microsoft/PowerToys
How does all this play with Windows settings for telemetry?
Jay-o-Way created a comment on an issue on microsoft/PowerToys
Can confirm Behavior is still as mentioned.
Jay-o-Way created a comment on a pull request on microsoft/PowerToys
Oh I saw some (open) comments, and words like "next steps", but I suppose those are for a later pr. I'll have to give it a better look again soon. P.S. this change is going to make many people ha...
Jay-o-Way created a comment on a pull request on MicrosoftDocs/windows-dev-docs
@daverayment thank for this pr. Please do link the related (PowerToys) PRs too, if you will? :)
Jay-o-Way created a comment on a pull request on MicrosoftDocs/windows-dev-docs
ping @Aaron-Junker
Jay-o-Way created a comment on an issue on MicrosoftDocs/windows-dev-docs
Hello and thanks for your message. First, this repository is about the documentation, not the actual product. For this, look at the PowerToys repo.
Jay-o-Way created a comment on an issue on MicrosoftDocs/windows-dev-docs
Hello and thanks for your message. First, this repository is about the documentation, not the actual product. For this, look ar the PowerToys repo. Second. There is much more specific info needed ...
Jay-o-Way created a comment on a pull request on microsoft/PowerToys
@crutkas Would you like to link this PR to the correct ISSUE please? I believe it's not ready to merge yet, so this PR should be a concept. Also, when this change comes live, this means a huge ov...
Jay-o-Way created a comment on a pull request on microsoft/PowerToys
So, PowerToys collects data but it's optional and off by default? How Do I turn it on then? I don't get it. đ
Jay-o-Way created a comment on an issue on microsoft/PowerToys
Yes this is still the samee
Jay-o-Way created a comment on an issue on microsoft/PowerToys
FYI - the Files app now has this ability as an experimental function.
Jay-o-Way pushed 1 commit to NavigationView-3 Jay-o-Way/Hurl
- base on WinUI Gallery example use x:Name and NavView_ItemInvoked e32942f
Jay-o-Way created a comment on a pull request on U-C-S/Hurl
Hey @niels9001 thanks for the suggestion. I indeed have tried both the SelectionChanged and ItemInvoked approaches. Left the methods for both in the code. I have indeed used the WinUI Gallery examp...
Jay-o-Way pushed 1 commit to NavigationView-3 Jay-o-Way/Hurl
- base on WinUI Gallery example use x:Name and NavView_ItemInvoked 232fe30
Jay-o-Way created a comment on a pull request on U-C-S/Hurl
I am now trying to use a solution (using `x:Name`, see below) based on [the example in WinUI Gallery](winui3gallery://item/NavigationView), but that breaks with an unhandled exception đ¤¯ ```cs ...
Jay-o-Way created a comment on a pull request on files-community/Files
I mean using `#` _and_ `code` formatting ```md # `text` ```
Jay-o-Way created a comment on a pull request on files-community/Files
Gotta appreciate the effort. Just a nit: I read that it's unnecessary c.q. unrecommended to mix headers and formatting.
Jay-o-Way created a review comment on a pull request on CommunityToolkit/Windows
Don't know how this bit is used, but... Are you aware that the default mode of `x:Bind` is **OneTime**, in stead of OneWay for Binding?
Jay-o-Way pushed 1 commit to main Jay-o-Way/WinUI-Gallery
- Title Bar height fix (#1620) Changed the height of the Title Bar caption buttons (minimize, maximize, close) from 3... b8bbce3
Jay-o-Way pushed 13 commits to main Jay-o-Way/PowerToys
- [Workspaces] Sequential launch (#35297) 9994fd7
- [ci]Fix running xaml styles in CI (#35426) XAML style checkers aren't running right now in PR CI. This allowed some ... d51ca9f
- [Analyzers] Resolve Stylecop SA1516 violations and others to enable fully building on VS 17.12 (#35248) * [Analyzers... 195c6f5
- [Chore]Common Logger: Log missing Exception type (#35084) log type for exception and inner exception 2ef987e
- [PTRun][WebSearch]Fix title not displaying the last letter (#35176) 2335501
- [Settings][QuickAccent]Sort Languages ComboBox (#35462) sort languages 14139af
- [AdvancedPaste]Additional actions - Image to text, Paste as file (txt, png, html) (#35167) * [AdvancedPaste] Additio... dd5cd2a
- [PTRun][UnitConverter]Preserve more significant digits (#35073) * [PTRun][UnitConverter]Preserve more significant di... e99b52f
- [Peek] Improve folder enumeration (#35076) * Improve folder enumeration. Fix initial display of folder details. Simp... 8fb45b5
- [Settings > New+ page] Fix enabled state of template backup info bar (#35235) Update NewPlusPage.xaml 37eaf10
- [MWB][CQ]Refactoring "Common" classes - Common.Log.cs (#35156) * [MouseWithoutBorders] - split "Common.Log.cs" into ... 5cba82f
- [PTRun][Docs] Add SSH to Third-Party plugins (#35183) Update thirdPartyRunPlugins.md 83997a5
- Trying to correct spelling error around having leading numeric value for user name (#35447) * Update expect.txt *... 278424e
Jay-o-Way created a comment on a pull request on U-C-S/Hurl
@niels9001 or @cgaarden, I'm trying to use a Navigation by Tag, but the `Navigate` bit is not working. I looked at examples on MS Learn, too. It should be rather simple, but I just can't get this t...
Jay-o-Way opened a draft pull request on U-C-S/Hurl
[WIP] Navigation view
Can't believe it. This is the third attempt and it doesn't even work! VisualStateManager doesn't do anything. It breaks at this line: ```cs Type navPageType = Type.GetType(args.InvokedItemCont...Jay-o-Way created a branch on Jay-o-Way/Hurl
NavigationView-3 - Choose the browser on the click of a link
Jay-o-Way created a comment on an issue on U-C-S/Hurl
âšī¸ Current status: issues with merging About + Settings, dealing with x:Bind to constants. For some reason it will work on About, but not when I copy to Settings. #TO-DO ```cs public string V...
Jay-o-Way created a branch on Jay-o-Way/Hurl
NavigationView-1 - Choose the browser on the click of a link