Ecosyste.ms: Timeline

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

eduardobragaxz

eduardobragaxz pushed 1 commit to MyBranch eduardobragaxz/Mastonet
  • String interpolation bonanza 7dcb5da

View on GitHub

eduardobragaxz pushed 1 commit to MyBranch eduardobragaxz/Mastonet
  • Testing Stream instead of string de46563

View on GitHub

eduardobragaxz closed a pull request on eduardobragaxz/Mastonet
Bring main changes to mybranch
eduardobragaxz opened a pull request on eduardobragaxz/Mastonet
Bring main changes to mybranch
eduardobragaxz pushed 2 commits to main eduardobragaxz/Mastonet
  • Update History.cs Fix de-serialization format in some cases, align to the spec (see. https://docs.joinmastodon.org/e... 8021a5a
  • Merge pull request #131 from tbolon/patch-1 Update History.cs b530192

View on GitHub

eduardobragaxz pushed 1 commit to master eduardobragaxz/iTunesSearch

View on GitHub

eduardobragaxz pushed 1 commit to MyBranch eduardobragaxz/Mastonet

View on GitHub

eduardobragaxz pushed 1 commit to MyBranch eduardobragaxz/Mastonet

View on GitHub

eduardobragaxz created a comment on an issue on microsoft/microsoft-ui-xaml
I'm surprised if (sender is Grid) even works. Use the CommandBarFlyout in the GridView's ContextFlyout property instead of in the Page resources. Try it out and see if it works.

View on GitHub

eduardobragaxz pushed 1 commit to MyBranch eduardobragaxz/Mastonet
  • Remove json nuget package f21b55a

View on GitHub

eduardobragaxz starred erkserkserks/h264ify
eduardobragaxz pushed 1 commit to MyBranch eduardobragaxz/Mastonet
  • Try to catch when returns html c063515

View on GitHub

eduardobragaxz pushed 1 commit to MyBranch eduardobragaxz/Mastonet
  • Use interpolated strings instead of ToString 4e4cc99

View on GitHub

eduardobragaxz pushed 1 commit to MyBranch eduardobragaxz/Mastonet

View on GitHub

eduardobragaxz opened a pull request on mastodon/joinmastodon
Add Dowstodon to desktop apps
Dowstodon is a free client I made for Windows 10 and 11.
eduardobragaxz pushed 1 commit to add_dowstodon_app eduardobragaxz/joinmastodon

View on GitHub

eduardobragaxz pushed 1 commit to add_dowstodon_app eduardobragaxz/joinmastodon

View on GitHub

eduardobragaxz created a branch on eduardobragaxz/joinmastodon

add_dowstodon_app - The official Mastodon project homepage

eduardobragaxz deleted a branch eduardobragaxz/joinmastodon

add_Dowstodon_app

eduardobragaxz pushed 1 commit to add_Dowstodon_app eduardobragaxz/joinmastodon

View on GitHub

eduardobragaxz pushed 1 commit to add_Dowstodon_app eduardobragaxz/joinmastodon

View on GitHub

eduardobragaxz created a branch on eduardobragaxz/joinmastodon

add_Dowstodon_app - The official Mastodon project homepage

eduardobragaxz created a review comment on a pull request on microsoft/microsoft-ui-xaml
I'm for header/footer if they're not going to change it everywhere else at the same time.

View on GitHub

eduardobragaxz created a review on a pull request on microsoft/microsoft-ui-xaml

View on GitHub

eduardobragaxz created a comment on an issue on webcompat/web-bugs
It's also happening in the release version, don't know since what version.

View on GitHub

eduardobragaxz opened an issue on microsoft/microsoft-ui-xaml
Setting a RichTextBlock's Style to a TextBlock style shows no error or warning nor the app breaks
### Describe the bug In my case I had a BodyStrongTextBlockStyle in my RichTextBlock and the app worked normally when debugging. I didn't notice anything because I set the Paragraph's FontWeight i...