Ecosyste.ms: Timeline

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

Arlodotexe

Arlodotexe pushed 1 commit to component/DependencyPropertyGenerator CommunityToolkit/Labs-Windows
  • Move files, fix folder name 8e7694f

View on GitHub

Arlodotexe pushed 1 commit to component/DependencyPropertyGenerator CommunityToolkit/Labs-Windows
  • Disable globalusings in DependencyPropertyGenerator 28b5c83

View on GitHub

Arlodotexe pushed 2 commits to multitarget/haswinui2 CommunityToolkit/Tooling-Windows-Submodule
  • Improved HasWinUI / HasWinUI2 conditional logic 884fcf7
  • Consolidated GlobalUsings and introduced EnableGlobalUsings property. Respects HasWinUI. 66d2874

View on GitHub

Arlodotexe pushed 1 commit to component/DependencyPropertyGenerator CommunityToolkit/Labs-Windows
  • Cleanup and merge ported csproj, rename files 794d0c3

View on GitHub

Arlodotexe created a branch on CommunityToolkit/Labs-Windows

component/DependencyPropertyGenerator - A safe space to collaborate and engineer solutions from the prototyping stage all the way through polished finalized component for the Windows Community Toolkit.

Arlodotexe opened a pull request on CommunityToolkit/Tooling-Windows-Submodule
Add HasWinUI2 msbuild property
This PR adds a `HasWinUI2` property to complement our existing `HasWinUI` property. This property can be used to enable or disable references to Microsoft.UI.Xaml when running under UWP without tur...
Arlodotexe created a branch on CommunityToolkit/Tooling-Windows-Submodule

multitarget/haswinui2 - Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.

Arlodotexe opened an issue on yoshiask/OwlCore.Storage.SharpCompress
Doesn't support files larger than ~2.1GB (int.MaxValue)
# Background In https://github.com/Arlodotexe/OwlCore.ComponentModel/pull/5 and https://github.com/Arlodotexe/OwlCore.Storage/pull/71, we fixed an issue throughout many OwlCore libraries where fil...
Arlodotexe deleted a branch CommunityToolkit/Tooling-Windows-Submodule

fix/unexpected-net9

Arlodotexe created a branch on CommunityToolkit/Tooling-Windows-Submodule

fix/unexpected-net9 - Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.

Arlodotexe deleted a branch WindowsAppCommunity/WinAppCommunity.Sdk

Arlodotexe/refactor-models

Arlodotexe created a comment on a pull request on CommunityToolkit/Tooling-Windows-Submodule
Opened https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/233, this should fix it

View on GitHub

Arlodotexe opened a pull request on CommunityToolkit/Tooling-Windows-Submodule
Specify directory for dotnet to install to and execute from.
This PR attempts to fix the ongoing CI errors caused by GitHub Actions updating the image to include net9.0 unexpectedly. This setup forces only the specified dotnet version to be available whe...
Arlodotexe created a branch on CommunityToolkit/Tooling-Windows-Submodule

fix/unexpected-net9 - Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.

Arlodotexe created a comment on a pull request on CommunityToolkit/Tooling-Windows-Submodule
> Not sure why this is failing for WASM... it appears to be working on main: https://github.com/CommunityToolkit/Windows/actions/runs/12058687686/job/33625899563?pr=572 > > I'll try running it a...

View on GitHub

Arlodotexe pushed 8 commits to main WindowsAppCommunity/WinAppCommunity.Sdk
  • Move license c057e49
  • Simplify copyright statement a33dca5
  • Fix license recognition error ae6cb9e
  • Fix license reference e6c9e6e
  • Convert embedded license into SPDX expression for simplicity and require license acceptance (good practice) ca445de
  • Fix license reference in `README.md` c0b6009
  • Update src/WinAppCommunity.Sdk.csproj 2865883
  • Merge pull request #9 from Lamparter/license GitHub: Move license 46a99fc

View on GitHub

Arlodotexe closed a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
GitHub: Move license
Moved the license to the root directory to allow it to be recognised by GitHub.
Arlodotexe created a comment on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Thank you for the help, but it may have been a bit premature. I expect many of these records to be renamed and deduplicated when I've completed #7, which should come with fleshed out comments in th...

View on GitHub

Arlodotexe pushed 1 commit to license Lamparter/WindowsAppCommunity
  • Update src/WinAppCommunity.Sdk.csproj 2865883

View on GitHub

Arlodotexe created a review comment on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Let's revert this, the MIT license is very permissive so there's no need to require license acceptance. ```suggestion <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> ```

View on GitHub

Arlodotexe created a review on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Great changes, thanks for the helping cleaning this up!

View on GitHub

Arlodotexe created a review on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Great changes, thanks for the helping cleaning this up!

View on GitHub

Arlodotexe created a comment on an issue on WindowsAppCommunity/WinAppCommunity.Sdk
The SDK assembly name _does_ need updating, but maybe not in the way you're thinking. It should match our organization name, so it should be `WindowsAppCommunity.Sdk`, loosely aligning with the nam...

View on GitHub

Arlodotexe created a comment on a pull request on CommunityToolkit/Windows
@michael-hawker There seems to be some undefined behavior here. Should the control simply ignore when `Min == Max`, should it prevent that tick, or something else?

View on GitHub

Arlodotexe created a comment on a pull request on CommunityToolkit/Windows
> Should probably change the gallery app to prevent this as well (with the fix, gallery app would just crash) The same would happen in any app. The issue is in the `RangeSelector` control, it's ...

View on GitHub

Arlodotexe starred learning-at-home/hivemind
Arlodotexe pushed 1 commit to main WindowsAppCommunity/WinAppCommunity.Sdk
  • Align user/project collection and item usage with rest of codebase 62b1983

View on GitHub

Arlodotexe opened an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor UpdateEvents
Arlodotexe closed an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor Models Nov 30, 2024
# Background See https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/issues/2 for background. # Problem The models must be updated according to the refined API spec. # Solution W...
Arlodotexe closed an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor Models Nov 30, 2024
# Background See https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/issues/2 for background. # Problem The models must be updated according to the refined API spec. # Solution W...
Load more