I_am BackTrack

Results 11 comments of I_am BackTrack

Hey @RishabhJain2018 👋 If this issue is still open, I’d like to work on it. Approach Participants Create team → Dashboard > Participant Teams > Create Add → Manage Team...

@MoralCode if we want to maintain name in one place so i recommned to remove the contributiors.md beacauseThe index.rst page already documents this well, and it’s an important part of...

@MoralCode is this good update the contributing.md in index.rst for the images I used — can I just upload them in this issue and reference the URLs? I think creating...

@MoralCode Suppose the repository has not been cloned yet, the facade path does not exist, or may be scc fails to run. In these cases, would it be acceptable for...

The current CLI code uses hardcoded concurrency values: --concurrency=1 --concurrency=90 --concurrency=20 Since PR #3337 introduced new config-driven worker counts: "Celery": { "core_worker_count": 5, "secondary_worker_count": 5, "facade_worker_count": 5, "refresh_materialized_views_interval_in_days": 1 },...

I tested this issue by rebuilding the RabbitMQ image and running Augur both with and without custom credentials. Results: - Without any env vars → RabbitMQ correctly used the default...

I think the best approach is to create a new documentation page: docs/new-contributor-guide.md Then update README.md [New Contributor Guide](docs/new-contributor-guide.md) .i think this right solution [issue] noticed that the “Current Maintainers”...

@MoralCode I added a new contributor guide to the docs and linked it in both the README and index.rst. Please let me know if you'd like any changes.

@MoralCode The files I added/updated are located here: New Contributor Guide: docs/new-contributor-guide.md ---->this is new file added README update: README.md for the RST --> Documentation update: docs/source/index.rst ---> this is...

@MoralCode Thanks for the clarification! The 404 happened because the new file hadn’t been committed yet. Since you recommend keeping contributor guidance inside CONTRIBUTING.md, I’ll move the onboarding guide into...