Ecosyste.ms: Timeline

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

Arlodotexe

Arlodotexe pushed 3 commits to main WindowsAppCommunity/WinAppCommunity.Sdk
  • Refactor models according to refined API spec Fixes #3 Refactor models to align with the refined API spec. * **Pro... 6ed24aa
  • Cleanup collaborator serialization helpers and properties fbf3eca
  • Merge pull request #6 from WindowsAppCommunity/Arlodotexe/refactor-models Refactor models according to refined API spec b5e3d65

View on GitHub

Arlodotexe closed a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor models according to refined API spec
Fixes #3 Refactor models to align with the refined API spec. * **Project Model Changes:** - Remove `HeroImage`, `CreatedAt`, and `Icon` properties. - Add `ExtendedDescription` property. - R...
Arlodotexe created a comment on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Latest changes [fbf3eca](https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/pull/6/commits/fbf3ecab941725852335edeef23f153a97933236) should allow builds to pass. We can continue with refact...

View on GitHub

Arlodotexe pushed 1 commit to Arlodotexe/refactor-models WindowsAppCommunity/WinAppCommunity.Sdk
  • Cleanup collaborator serialization helpers and properties fbf3eca

View on GitHub

Arlodotexe created a comment on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
This is largely done. Next steps will be to fix up the UpdateEvents (aligning with the new API surface) so we can compile again.

View on GitHub

Arlodotexe opened a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor models according to refined API spec
Fixes #3 Refactor models to align with the refined API spec. * **Project Model Changes:** - Remove `HeroImage`, `CreatedAt`, and `Icon` properties. - Add `ExtendedDescription` property. - R...
Arlodotexe pushed 1 commit to Arlodotexe/refactor-models WindowsAppCommunity/WinAppCommunity.Sdk
  • Refactor models according to refined API spec Fixes #3 Refactor models to align with the refined API spec. * **Pro... 6ed24aa

View on GitHub

Arlodotexe created a branch on WindowsAppCommunity/WinAppCommunity.Sdk

Arlodotexe/refactor-models - Manage your membership in the Windows App Community.

Arlodotexe closed an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor AppModels Nov 30, 2024
# Background See https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/issues/2 for background. # Problem The AppModels must be updated according to the refined API spec. # Solution ...
Arlodotexe created a comment on an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Done in #5

View on GitHub

Arlodotexe deleted a branch WindowsAppCommunity/WinAppCommunity.Sdk

Arlodotexe/refactor-appmodels

Arlodotexe pushed 4 commits to main WindowsAppCommunity/WinAppCommunity.Sdk
  • Refactor AppModels according to refined API spec Related to #4 Refactor AppModels to align with the refined API spe... 2c4b103
  • Checkpoint: Completed lingering AppModel refactor work, created new shared interfaces. 95844e1
  • Update .NET SDK version to 9.0.x in CI workflows 5755643
  • Merge pull request #5 from WindowsAppCommunity/Arlodotexe/refactor-appmodels Refactor AppModels according to refined... 81806e0

View on GitHub

Arlodotexe closed a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor AppModels according to refined API spec
Related to #4 Refactor AppModels to align with the refined API specification. * Add `IReadOnlyEntity` interface with common properties and events. * Add `IModifiableEntity` interface with common ...
Arlodotexe pushed 1 commit to Arlodotexe/refactor-appmodels WindowsAppCommunity/WinAppCommunity.Sdk
  • Update .NET SDK version to 9.0.x in CI workflows 5755643

View on GitHub

Arlodotexe pushed 1 commit to Arlodotexe/refactor-appmodels WindowsAppCommunity/WinAppCommunity.Sdk
  • Checkpoint: Completed lingering AppModel refactor work, created new shared interfaces. 95844e1

View on GitHub

Arlodotexe created a comment on an issue on WindowsAppCommunity/WinAppCommunity.Sdk
`Link` needs to be migrated to an AppModel, as it only exists in Models right now.

View on GitHub

Arlodotexe created a comment on an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Continuing from [here](https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/pull/5#issuecomment-2509167852), I've identified a few common interfaces we'll be able to create: - Collections of...

View on GitHub

Arlodotexe created a comment on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Hit quote before I could finish, still needs: > Create common interfaces (one read-only, one modifiable) for collections of IReadOnlyConnection

View on GitHub

Arlodotexe opened a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor AppModels according to refined API spec
Related to #4 Refactor AppModels to align with the refined API specification. * Add `IReadOnlyEntity` interface with common properties and events. * Add `IModifiableEntity` interface with common ...
Arlodotexe pushed 1 commit to Arlodotexe/refactor-appmodels WindowsAppCommunity/WinAppCommunity.Sdk
  • Refactor AppModels according to refined API spec Related to #4 Refactor AppModels to align with the refined API spe... 2c4b103

View on GitHub

Arlodotexe created a branch on WindowsAppCommunity/WinAppCommunity.Sdk

Arlodotexe/refactor-appmodels - Manage your membership in the Windows App Community.

Arlodotexe pushed 1 commit to main WindowsAppCommunity/WinAppCommunity.Sdk
  • Checkpoint: Remove migrated code and prepare for refactor 22d9ca1

View on GitHub

Arlodotexe starred number571/hidden-lake
Arlodotexe created a comment on a pull request on CommunityToolkit/Labs-Windows
> By the way, do we care about supporting changing the `UseFoo` properties during runtime? (i.e. should I bother to add a change callback to those properties and re-create the markdown pipeline & r...

View on GitHub

Arlodotexe created a comment on a pull request on CommunityToolkit/Labs-Windows
> For Mathematics support, I was just looking at that today. There's this wonderful library renders Latex, but it uses SkiaSharp which is not a dependency we want to take in the toolkit. Maybe we c...

View on GitHub

Arlodotexe pushed 3 commits to main CommunityToolkit/Labs-Windows
  • MarkdownTextBlock: Expose MarkdownDocument as a readonly property 5909a80
  • Merge branch 'main' into user/juosori/Markdown_Readonly_Document b5baf69
  • Merge pull request #613 from jcoc611-microsoft/user/juosori/Markdown_Readonly_Document MarkdownTextBlock: Expose Mar... b71dbf1

View on GitHub

Arlodotexe closed a pull request on CommunityToolkit/Labs-Windows
MarkdownTextBlock: Expose MarkdownDocument as a readonly property
This is a more conservative alternative to #597. After thinking about it more from the feedback, having a read-only MarkdownDocument property makes more sense because the control should own the cre...
Arlodotexe starred ipshipyard/p2p-forge
Load more