Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
@hawkeyexl You're right about the validation being handled at the step level. However, I noticed a bug in the try-catch block in `createTempScript`: it's trying to use an undefined `result` object....
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Add error handling for temporary script creation in createTempScript function e80dff7
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Implemented try around the write action. Didn't implement typeof check for `code` because that's done during step validation.
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:warning: Potential issue_ **Fix retry counter implementation.** The retry counter is incorrectly scoped inside the while loop, causing it to reset on each iteration. Move the counter outside t...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 1** <details> <summary>π Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** **Plan: Pro** <details> <summary>π₯ Commits</sum...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 1** <details> <summary>π Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** **Plan: Pro** <details> <summary>π₯ Commits</sum...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
@hawkeyexl Thanks for fixing the constant assignment issue! π --- <!-- This is an auto-generated comment: tweet message by coderabbit.ai --> If you found this review helpful, would you consider ...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Fixed
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Fix retryLimit declaration in saveScreenshot function for clarity 318c660