Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Jay-o-Way

Jay-o-Way created a review on a pull request on microsoft/PowerToys

View on GitHub

Jay-o-Way created a review on a pull request on microsoft/PowerToys

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
Woah, easy there 😅 Can you give some examples, of measurements, and what value you expect? I'm guessing you have set a 150% scaling for your display, can you confirm that? If true, that's the reaso...

View on GitHub

Jay-o-Way pushed 5 commits to main Jay-o-Way/PowerToys
  • [AOT] Clean up some AOT issues in Advanced Paste module (#36297) * Clean up the aot build issue. * Merge main and... 4d787e9
  • [ZoomIt]React to gpo setting when run as standalone (#36975) b33e0be
  • [Settings]ImageResizer settings accessibility updates, fixes and refactor (#36903) * Fix issue with missing Image Re... 438d173
  • [Settings]Update "Back up" mentions when it should be used as a verb (#36965) * Update Back up name * Rename Back... eeb72b9
  • [New+]Update last modified date to now for all templates created (#36133) * Update last modified date to now for all... b100d8b

View on GitHub

Jay-o-Way created a review comment on a pull request on microsoft/PowerToys
BoolToVisibilityConverter is embedded, so may be omitted :)

View on GitHub

Jay-o-Way created a review on a pull request on microsoft/PowerToys

View on GitHub

Jay-o-Way created a review on a pull request on microsoft/PowerToys
nit

View on GitHub

Jay-o-Way created a review comment on a pull request on microsoft/PowerToys
```suggestion ```

View on GitHub

Jay-o-Way created a review on a pull request on microsoft/PowerToys
nit

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
Must be these ListViews. Seems like a bad choice in the control (and UI). https://github.com/microsoft/PowerToys/blob/b100d8b174923c7f409bd53ae5b7f85abe185b57/src/modules/AdvancedPaste/AdvancedPast...

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
Text Extractor is going to be removed. Use Windows Snipping tool instead.

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
> The difference would be that there would be no suggestions for splitting two programs. If this is your main reason: these suggestions can be turned off in Windows Settings.

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
### Fallback encoding The fallback encoder is used when the file can't be saved in its original format. For example, the Windows Meta File (.wmf) image format has a decoder to read the image, but ...

View on GitHub

Jay-o-Way commented on a commit on Jay-o-Way/PowerToys
@htcfreek Technically, it's the **Spacing** of the **Stackpanel**, between every child element, that is preserved and therefore add up. With the (amount of) optional controls in the stackpanel, it'...

View on GitHub

Jay-o-Way commented on a commit on Jay-o-Way/WinUI-Gallery
I'm just curious about the choice for this number (versus ControlCornerRadius or OverlayCornerRadius). If a user has (significantly) increased the OS **text** size (not overall scaling) the edges w...

View on GitHub

Jay-o-Way commented on a commit on Jay-o-Way/WinUI-Gallery
12 == CaptionTextBlockStyle. Would it make sense to make/use one style that combines both of these? (size + foreground)

View on GitHub

Jay-o-Way commented on a commit on Jay-o-Way/WinUI-Gallery
Why not simply use **TextFillColorSecondaryBrush**? It is more theme-aware. Note that the values for _light_ and _dark_ themes are different. - Default/Dark: "TextFillColorSecondary" = #C5FFFFFF...

View on GitHub

Jay-o-Way commented on a commit on Jay-o-Way/WinUI-Gallery
Why set this in column **one**, when there is only one column? Note that the index numbers are zero-based.

View on GitHub

Jay-o-Way pushed 6 commits to main Jay-o-Way/WinUI-Gallery
  • Clean up App.xaml.cs (#1628) Cleaned up the app.xaml.cs file. ## Description 1.Removed UWP code from the file. ... 68c7970
  • Iconograpy page tag buttons (#1693) <!--- Provide a general summary of your changes in the Title above --> ## Des... b0fc1a4
  • Add C# sample code to `TreeView` examples & simplify the code (#1707) ## Description This PR enhances the `TreeView`... 5e92dc1
  • Remove the unicode point & the duplicate icon name from icon details (#1724) ## Description This PR includes the fol... 82893c4
  • Add Popup Control Page (#1723) ## Description This pull request introduces a new page for the `Popup` control, provi... da694b6
  • Minor UX tweaks for icons + color sections (#1725) This PR introduces the following changes: - Tweaks the UX of the... 515a56a

View on GitHub

Jay-o-Way pushed 27 commits to main Jay-o-Way/PowerToys
  • [AdvancedPaste]Add all BitmapDecoder supported image filetypes to ImageToText (#35600) Adds support to ImageToText f... a665975
  • [AOT]Clean up some AOT build issues in PowerAccent.Core (#36264) * init * Use AotCompatibility instead * Repla... aa9f3bb
  • [WinUI3]Fix Windows 10 title bar borders (#36429) * Fix borders for windows in the Settings UI * Fix HOSTS window... df48a33
  • [QuickAccent]Fix unstable language loading (#36721) 4951a63
  • [Peek]Bring into foreground if previously minimized (#36506) Added Activate() to bring Peek.UI window into focus upo... 8896cf8
  • Update Run docs README (#36857) * Update Run docs README * Remove System dupe f11c885
  • [Monaco]Make minimap toggleable (#33742) 80461c0
  • [Monaco]Fix Json format preview setting (#36867) 3a10fac
  • [KBM]Added option for exact match shortcut (#36000) * Added option for exact match shortcut * Fix spell-check 162096c
  • [Deps][Security]Update .NET Packages from 9.0.0 to 9.0.1 (#36879) * [Deps] Update NuGet packages to version 9.0.1 ... 5bb9855
  • [Peek]Fix using the correct Monaco assets at runtime (#36890) 315059f
  • [Workspaces] fixing bug: editor starts outside of visible desktop area (#36769) * [Workspaces] fixing bug: editor st... 603379a
  • [Workspaces] Saving app properties on launch and recapture (#36751) * [Workspaces] Implementing set and get GUID to/... f5f332c
  • [AdvancedPaste]Use background thread for interactions between runner and Advanced Paste (#36858) * [Advanced Paste] ... 39bcba3
  • [VCM]Deprecate the Video Conference Mute utility (#36772) * Remove all VideoConferenceMute related code and files ... 12bb5c2
  • Goodbye friends, you are forever part of the team (#36905) * Goodbye friends Forever part of the team 😢 * Upda... 65e09db
  • [New utility]Sysinternals ZoomIt (#35880) * ZoomIt initial code dump * Change vcxproj to normalize dependency ver... 21fd509
  • [PTRun]Add hotkey to the show telemetry event (#36869) 41803cc
  • [PTRun]Update the code for .NET 9.0.1 - remove workarounds (#36909) * Revove some unneeded changes after pdating to ... e7abd34
  • [RegistryPreview]Copy context menu, data tooltip, MULTI_SZ fix (#36631) * add context menus * string resources fo... 44f170d
  • and 7 more ...

View on GitHub

Jay-o-Way created a review comment on a pull request on microsoft/PowerToys
Why semibold? Can't seem to find that in the default style. Also not in line with general guideline for typography. (given that the font-size is only 11)

View on GitHub

Jay-o-Way created a review on a pull request on microsoft/PowerToys

View on GitHub

Jay-o-Way created a comment on an issue on files-community/Files
Fun fact about the BoolToVisibilityConverter: its function is embedded in WinUi 3 😊

View on GitHub

Jay-o-Way created a comment on an issue on files-community/Files
If needed, @niels9001 knows all about this subject

View on GitHub

Jay-o-Way created a comment on a pull request on microsoft/PowerToys
Questions - Why not use a `InfoBadge` control? - Is decided **how long** a new _something_ is marked as new?

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
Good point. Not sure if this qualifies as a bug though.

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
You could use PowerAutomate (also from MS). It is very powerful and probably way too big to include in PowerToys.

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
Good point!

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
Hello and thanks for your message. I think the result is as expected. The app applies a resize action on the image in any case. Just because it's already smaller than the target setting, doesn't ma...

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
Yeah, TextExtractor is imperfect. Windows Snipping tool is recommended.

View on GitHub

Load more