Ecosyste.ms: Timeline

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

ByteBuildersLabs/ByteBeastsBackend

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:warning: Potential issue_ **Fix incorrect command comment.** The comment "Run Katana" is incorrect for the `make init` command which sets up Git hooks. ```diff ```bash -# Run Katana +# Initia...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:warning: Potential issue_ **Fix path issues and improve hook script implementation.** 1. There's a double slash in the hook path (.git/hooks//pre-push) 2. The implementation is missing the `soz...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Add error handling for the setup script execution.** The current implementation assumes the setup script exists but doesn't handle potential errors gra...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Consider parameterizing the katana configuration values.** The hardcoded values make the configuration less maintainable and potentially less secure: 1...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:warning: Potential issue_ **Remove or implement the missing 'torii' target.** The `torii` target is declared in `.PHONY` but is not implemented in the Makefile. ```diff -.PHONY: katana setup t...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:warning: Potential issue_ **Fix world address export and add manifest validation.** The current implementation has several issues: 1. The export command masks return values (SC2155) 2. No valid...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Consider adding cleanup trap and signal handling.** The script should handle interrupts gracefully and clean up any partial state. Add this near the b...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Improve directory cleanup with error handling and user feedback.** The directory cleanup could be more robust with error handling and user feedback. E...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Add command validation and help text.** The script should validate that required commands (`sozo`, `jq`, `torii`) are available before proceeding. Add...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Add error handling for build and migrate commands.** The build and migrate commands need proper error handling and more detailed feedback. Enhance the...

View on GitHub

coderabbitai[bot] created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend
**Actionable comments posted: 10** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>README.md (4)</summary><blockquote> `55-57`: **Enhanc...

View on GitHub

coderabbitai[bot] created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend
**Actionable comments posted: 10** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>README.md (4)</summary><blockquote> `55-57`: **Enhanc...

View on GitHub

coderabbitai[bot] created a comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The changes in this pull request primarily involve updates to the `Makefile`, the ...

View on GitHub

cristianFleita opened a pull request on ByteBuildersLabs/ByteBeastsBackend
Pre push
## Pull Request Overview ### ๐Ÿ“ Summary - Closes #79 ### ๐Ÿ”„ Changes Made - Git Hooks Implementation: - Added pre-push hook that automatically runs `sozo test` before any code push ...
danielcdz created a comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
@josephpdf Can you translate the PR description steps you added to English, please?

View on GitHub

danielcdz created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
Can you rename this file to `ISSUE_TEMPLATE`

View on GitHub

coderabbitai[bot] created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend
**Actionable comments posted: 0** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>README.md (1)</summary><blockquote> `123-123`: **Consi...

View on GitHub

coderabbitai[bot] created a comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The pull request introduces two main changes to the project documentation. First, ...

View on GitHub

josephpdf opened a pull request on ByteBuildersLabs/ByteBeastsBackend
Enhance Documentation in the Project #76
## Pull Request Overview ### ๐Ÿ“ Summary - Closes #76 ### ๐Ÿ”„ Changes Made Los cambios realizados fueros: - Crear un nuevo directorio llamado docs y dentro de este uno nuevo llamado contribution...
danielcdz pushed 3 commits to main ByteBuildersLabs/ByteBeastsBackend
  • Fix scripts not running 8922e67
  • Update overalays ccdcb76
  • Merge pull request #81 from danielcdz/fix-scripts-for-actions Fix scripts not running 38a20c2

View on GitHub

danielcdz closed an issue on ByteBuildersLabs/ByteBeastsBackend
Fix `sozo migrate` bug
## Description - Research the root issue and fix the command since is failing
danielcdz closed a pull request on ByteBuildersLabs/ByteBeastsBackend
Fix scripts not running
## Pull Request Overview ### ๐Ÿ“ Summary - Closes #80 - This PR enables the use of the scripts to change the state of the deployed world. ### ๐Ÿ”„ Changes Made - Update scripts to point to the pr...
RolandoDrRobot created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend

View on GitHub

coxmars created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend
Lgtm ๐Ÿซก

View on GitHub

bigherc18 created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I have over 5 years of experience as a Python developer, and Iโ€™ve been involved in the Starknet community from the early stages, working on multiple projects and even leading a project myself. I al...

View on GitHub

rogeralbp created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I have experience with markdowns , the use of the differents components to make the documentation clearer as possible for the contributors, I would love the help the team with this

View on GitHub

Jemiiah created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
Can I work on this issue have great experience on documentation issue with an ETA : 24 hours max

View on GitHub

Load more