Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hawkeyexl pushed 5 commits to 2.19.0 doc-detective/doc-detective-core
- Remove unnecessary console log from runCode function 54178d4
- Add test artifact for right-click functionality in find_rightClick.spec.json 3e35e40
- Add retry limit for saving cropped screenshots to prevent infinite loop d192601
- Refactor image resizing in saveScreenshot function to use buffers for PNG conversion 87b9793
- Add saveScreenshot test case for specific element and update URL; remove viewport dimensions from Firefox options 8b815ae
hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
Will release with v2.19.0.
hawkeyexl closed an issue on doc-detective/doc-detective-core
Add viewport size controls for browser contexts
Browser chromes vary by browser and by operating system, which can make screenshots difficult to manage and screenshot diffing impossible because the resulting images need to be the same dimensions...hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
Will release with v2.19.0.
hawkeyexl closed an issue on doc-detective/doc-detective-core
Doc Detective hangs when using cropping feature of screenshot when element is not fully onscreen
So, I began testing Doc Detective with our product, and have hit a hang that seem to happen with screenshots using the cropping feature. I'm running on MacOS, talking to an instance of our product...coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:warning: Potential issue_ **Fix the file extension typo.** The file has an incorrect extension `.soec.json` instead of `.spec.json`. Rename the file from `find_rightClick.soec.json` to `find_r...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:warning: Potential issue_ **Fix asynchronous resizing issue.** The code overwrites image data with promises instead of the actual buffer. You must `await .toBuffer()` and re-encode into PNG or...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:bulb: Codebase verification_ **Potential Scrolling and Cropping Issue in saveScreenshot.js** - The logic in `src/tests/saveScreenshot.js` computes scroll positions (`x` and `y`) from the elemen...
coderabbitai[bot] created a review comment on a pull request on doc-detective/doc-detective-core
_:hammer_and_wrench: Refactor suggestion_ **Avoid potential infinite loop.** The busy-wait loop can block indefinitely if `croppedPath` is never created. Consider adding a max retry limit or tim...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 4** <details> <summary>๐งน Nitpick comments (5)</summary><blockquote> <details> <summary>src/tests/saveScreenshot.js (2)</summary><blockquote> Line range hint `139-18...
coderabbitai[bot] created a review on a pull request on doc-detective/doc-detective-core
**Actionable comments posted: 4** <details> <summary>๐งน Nitpick comments (5)</summary><blockquote> <details> <summary>src/tests/saveScreenshot.js (2)</summary><blockquote> Line range hint `139-18...
copilot-pull-request-reviewer[bot] created a review comment on a pull request on doc-detective/doc-detective-core
Remove the console.log statement left over from debugging. ```suggestion ```
copilot-pull-request-reviewer[bot] created a review on a pull request on doc-detective/doc-detective-core
Copilot reviewed 6 out of 13 changed files in this pull request and generated 1 comment. <details> <summary>Files not reviewed (7)</summary> * **dev/dev.spec.json**: Language not supported * **pac...
copilot-pull-request-reviewer[bot] created a review on a pull request on doc-detective/doc-detective-core
Copilot reviewed 6 out of 13 changed files in this pull request and generated 1 comment. <details> <summary>Files not reviewed (7)</summary> * **dev/dev.spec.json**: Language not supported * **pac...
hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
Included in v2.19.0
hawkeyexl closed an issue on doc-detective/doc-detective-core
Support right-click behavior
Right now, the `find` action's `click` option only supports left-clicks, but some interfaces and procedures require right-clicking. To support this, we need to at least expand the `click` option to...coderabbitai[bot] created a comment on a pull request on doc-detective/doc-detective-core
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...
hawkeyexl opened a pull request on doc-detective/doc-detective-core
2.19.0
- Added `runCode` action - Added custom viewport sizing - Added right and middle button clicking - Added dynamic screenshot resizing to account for pixel density differences between devices when...hawkeyexl created a branch on doc-detective/doc-detective-core
rc - The NPM package that powers Doc Detective's testing functionality.
hawkeyexl created a branch on doc-detective/doc-detective-core
rc_stale - The NPM package that powers Doc Detective's testing functionality.