Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jaytonic opened an issue on prusa3d/Prusa-Firmware-ESP32-Cam
Camera is working, but not sending image to prusa connect.
Hi, I did setup my camera(ESP32-S3-EYE), using the latest firmware(1.1.1). It is properly connected to my wifi, and I've properly set the prusaconnect token. The esp32 is near the wifi route...jaytonic created a branch on jaytonic/ArtifactsMMO.NET
feature/adding-santa-christmas-exchange - .NET client for the Artifacts MMO - https://artifactsmmo.com/
jaytonic created a branch on jaytonic/ArtifactsMMO.NET
feature/adding-santa-content-type - .NET client for the Artifacts MMO - https://artifactsmmo.com/
jaytonic pushed 6 commits to main jaytonic/ArtifactsMMO.NET
- Correcting the possibles values of FightResult Fixing the possible fight result values, which are either Win or Loss... 76a670c
- Merge pull request #29 from jaytonic/bugfix/fix-fight-result Correcting the possibles values of FightResult 42ab019
- v3.0.5 289138b
- Merge pull request #30 from MaxNau/develop v3.0.5 73029dd
- di extensions v3.0.5 ad75afc
- Merge pull request #31 from MaxNau/develop di extensions v3.0.5 416d3b1
jaytonic created a comment on a pull request on pymedusa/Medusa
Is there anybody able to validate this PR? YGG is my most used source.
jaytonic pushed 16 commits to main jaytonic/ArtifactsMMO.NET
- Adding missing GatheringSkill and a new unit test 1cb1d0e
- Adding missing Item Type(Consumable) and according tests b783975
- Merge pull request #24 from jaytonic/bugfix/fix-map-endpoint Bugfix/fix map endpoint 68f1a8a
- Hotfix 0c1f83c
- Merge pull request #25 from MaxNau/develop v3.0.3 2af8a1b
- di extension up to v3.0.3 b1882cf
- Merge pull request #26 from MaxNau/develop di extension up to v3.0.3 3504680
- Fixed Event mapping issues. Added more integration tests. a9113c2
- Fixes and enchancments fc2da96
- Fixed issues. Added more integration tests. b680357
- Fix requests. Add more integration tests. dab6fa8
- Added more integration tests e4ec340
- added non-action integration tests 0c3f545
- Merge pull request #27 from MaxNau/develop v3.0.4 4a3c4e0
- di extensions v3.0.4 + extension for test 0263cc3
- Merge pull request #28 from MaxNau/develop di extensions v3.0.4 + extension for test b922957
jaytonic created a comment on a pull request on MaxNau/ArtifactsMMO.NET
There was also a missing `Consumable` enum value in the `ItemType`.
jaytonic pushed 1 commit to bugfix/fix-map-endpoint jaytonic/ArtifactsMMO.NET
- Adding missing Item Type(Consumable) and according tests b783975
jaytonic opened a pull request on MaxNau/ArtifactsMMO.NET
Bugfix/fix map endpoint
When retrieving the all the `Resource`, we received object of type `Resource` which have a Skill property of type `GatheringSkill`. According to the documentation, Alchemy is like mining/woodcut...jaytonic created a branch on jaytonic/ArtifactsMMO.NET
bugfix/fix-map-endpoint - .NET client for the Artifacts MMO - https://artifactsmmo.com/
jaytonic pushed 1 commit to main jaytonic/ArtifactsMMO.NET
- Having to add dependency to resolve dependency issue 530d96a
jaytonic pushed 32 commits to main jaytonic/ArtifactsMMO.NET
- Serializing the enum as string will allow to get the proper string representation when serializing them(like when une... 781f20b
- New skill enum and fixes - new CharacterSkill enum that enumerates all of the character skills available in game; - u... 0e857ea
- Merge branch 'develop' of https://github.com/MaxNau/ArtifactsMMO.NET into develop 31738ec
- MapContent: Fix parameter type aa5307d
- Serializing the enum as string will allow to get the proper string representation when serializing them(like when une... eb979d9
- New skill enum and fixes - new CharacterSkill enum that enumerates all of the character skills available in game; - u... 5bf1672
- MapContent: Fix parameter type c49c0ce
- Merge pull request #14 from MaxNau/develop sync 334babb
- Up version to 2.4.1 7be7927
- Merge pull request #15 from MaxNau/develop Up version to 2.4.1 e1a46b9
- Up DI extensions to v2.4.1 2020a0a
- Merge pull request #16 from MaxNau/develop Up DI extensions to v2.4.1 034496c
- Fix issues ac58d0f
- Added Unit Tests, changelog and fixes. Removed Net Framework support b940c5b
- Update ArtifactsMMO.NET-build.yml a89e852
- Update ArtifactsMMO.NET-build.yml cc01d4c
- Update ArtifactsMMO.NET-build.yml c6f975a
- v3.0.0 25cd0c2
- Merge branch 'develop' of https://github.com/MaxNau/ArtifactsMMO.NET into develop 4582380
- Update README.md 4f0ea34
- and 12 more ...
jaytonic created a comment on a pull request on MaxNau/ArtifactsMMO.NET
@MaxNau I hope it's ok I made a PR for this, let me know if you see any issues
jaytonic opened a pull request on MaxNau/ArtifactsMMO.NET
Serializing enum as their string representation
When calling the unequip method: `await client.MyCharacters.UnequipItemAsync("JayThree", new UnequipItemReguest(ItemSlot.Ring1, 1));` You currently get an error "Unprocessable Entity", becaus...jaytonic created a branch on jaytonic/ArtifactsMMO.NET
bugfix/fix-unequip-unprocessable-entity - .NET client for the Artifacts MMO - https://artifactsmmo.com/
jaytonic created a branch on jaytonic/ArtifactsMMO.NET
bugfix/fix-Unprocessable-Entity-on-unequip - .NET client for the Artifacts MMO - https://artifactsmmo.com/