Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Arlodotexe pushed 1 commit to component/DependencyPropertyGenerator CommunityToolkit/Labs-Windows
- Move files, fix folder name 8e7694f
Arlodotexe pushed 1 commit to component/DependencyPropertyGenerator CommunityToolkit/Labs-Windows
- Disable globalusings in DependencyPropertyGenerator 28b5c83
Arlodotexe pushed 2 commits to multitarget/haswinui2 CommunityToolkit/Tooling-Windows-Submodule
Arlodotexe pushed 1 commit to component/DependencyPropertyGenerator CommunityToolkit/Labs-Windows
- Cleanup and merge ported csproj, rename files 794d0c3
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 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
Opened https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/233, this should fix it
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...
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
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...
Arlodotexe pushed 1 commit to license Lamparter/WindowsAppCommunity
- Update src/WinAppCommunity.Sdk.csproj 2865883
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> ```
Arlodotexe created a review on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Great changes, thanks for the helping cleaning this up!
Arlodotexe created a review on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Great changes, thanks for the helping cleaning this up!
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...
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?
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 ...
Arlodotexe pushed 1 commit to main WindowsAppCommunity/WinAppCommunity.Sdk
- Align user/project collection and item usage with rest of codebase 62b1983