Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Update GitHub Actions workflow to use Node.js 22 and upgrade action versions a52c0a9
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Update dependencies in package.json for improved compatibility and performance ba5503e
hawkeyexl pushed 6 commits to 2.19.0 doc-detective/doc-detective-core
- Enhance saveScreenshot function to make sure target element is visible in screenshots b3d113f
- Merge branch '2.19.0' into visible-elements f9bad57
- Merge branch '2.19.0' into visible-elements a7ad147
- Enhance saveScreenshot function to check element fit in viewport and improve image comparison logic fc5e2cf
- Fix coordinate calculation for scrolling to element in saveScreenshot function 2369570
- Merge pull request #265 from doc-detective/visible-elements Enhance screenshot functionality for visibility and crop... 12a0f7c
hawkeyexl closed a pull request on doc-detective/doc-detective-core
Enhance screenshot functionality for visibility and cropping
Ensure the target element is visible before capturing screenshots and improve the cropping process with better error handling.hawkeyexl pushed 1 commit to visible-elements doc-detective/doc-detective-core
- Fix coordinate calculation for scrolling to element in saveScreenshot function 2369570
hawkeyexl pushed 1 commit to visible-elements doc-detective/doc-detective-core
- Enhance saveScreenshot function to check element fit in viewport and improve image comparison logic fc5e2cf
hawkeyexl pushed 13 commits to visible-elements doc-detective/doc-detective-core
- Initial viewport resizing logic 0484726
- Add --no-sandbox argument to driver capabilities for improved compatibility 9c111f3
- Bump dependencies 358bdb3
- Merge branch '2.19.0' into viewport-size f5f4109
- Add screenshot saving action to dev.spec.json 28eed6f
- Refactor saveScreenshot function to streamline file overwrite logic 598dafa
- Refactor viewport size handling to improve window resizing logic f7f380f
- Set versions af83e82
- Update browser configuration in config.json to use Firefox instead of Chrome 3b4feef
- Fix overwrite by variation 0ea7a0b
- Refactor saveScreenshot function to compare aspect ratios and resize images for consistency c748ad3
- Merge pull request #266 from doc-detective/viewport-size Implement viewport resizing and enhance driver capabilities dcb4239
- Merge branch '2.19.0' into visible-elements a7ad147
hawkeyexl pushed 12 commits to 2.19.0 doc-detective/doc-detective-core
- Initial viewport resizing logic 0484726
- Add --no-sandbox argument to driver capabilities for improved compatibility 9c111f3
- Bump dependencies 358bdb3
- Merge branch '2.19.0' into viewport-size f5f4109
- Add screenshot saving action to dev.spec.json 28eed6f
- Refactor saveScreenshot function to streamline file overwrite logic 598dafa
- Refactor viewport size handling to improve window resizing logic f7f380f
- Set versions af83e82
- Update browser configuration in config.json to use Firefox instead of Chrome 3b4feef
- Fix overwrite by variation 0ea7a0b
- Refactor saveScreenshot function to compare aspect ratios and resize images for consistency c748ad3
- Merge pull request #266 from doc-detective/viewport-size Implement viewport resizing and enhance driver capabilities dcb4239
hawkeyexl closed a pull request on doc-detective/doc-detective-core
Implement viewport resizing and enhance driver capabilities
Introduce logic for resizing the viewport, make saveScreenshot compare aspect ratios and resize images before comparison to combat pixel density differences, add a `--no-sandbox` argument for impro...hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core
- Refactor saveScreenshot function to compare aspect ratios and resize images for consistency c748ad3
hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core
- Fix overwrite by variation 0ea7a0b
hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
cc @JakeSCahill
hawkeyexl opened an issue on doc-detective/doc-detective-core
Graceful failure on unexpected error when making HTTP calls
This affects both `checkLink` and `httpRequest`. If there's an unexpected error to the request, we should gracefully fail instead of throwing an error.hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core
- Update browser configuration in config.json to use Firefox instead of Chrome 3b4feef
hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core
- Refactor viewport size handling to improve window resizing logic f7f380f
hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core
- Refactor saveScreenshot function to streamline file overwrite logic 598dafa
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: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Bot user det...
dependabot[bot] deleted a branch doc-detective/doc-detective-core
dependabot/npm_and_yarn/rc/mocha-11.0.1
dependabot[bot] closed a pull request on doc-detective/doc-detective-core
Bump mocha from 10.8.1 to 11.0.1
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.1 to 11.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mochajs/mocha/releases">mocha's rel...dependabot[bot] created a comment on a pull request on doc-detective/doc-detective-core
Superseded by #267.
dependabot[bot] opened a pull request on doc-detective/doc-detective-core
Bump mocha from 10.8.1 to 11.1.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.1 to 11.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mochajs/mocha/releases">mocha's rel...dependabot[bot] created a branch on doc-detective/doc-detective-core
dependabot/npm_and_yarn/rc/mocha-11.1.0 - The NPM package that powers Doc Detective's testing functionality.
hawkeyexl pushed 1 commit to viewport-size doc-detective/doc-detective-core
- Add screenshot saving action to dev.spec.json 28eed6f
hawkeyexl pushed 11 commits to viewport-size doc-detective/doc-detective-core
- Add runCode function to execute temporary scripts in various languages 54c4010
- Enhance click functionality in findElement to support button option 26cb7a8
- Add runCode case to runStep function for executing code snippets 9666276
- Add runCode test 25468b8
- Bump version to 2.19.0 and update dependencies in package.json and package-lock.json 6443712
- Update no-sandbox condition to check for Linux platform 88593f7
- Merge pull request #264 from doc-detective/runCode Add runCode function to execute temporary scripts in various lang... 2362ddb
- Merge branch '2.19.0' into buttons a5dcd81
- Add test artifact for right-click action on DuckDuckGo search box 43f1782
- Merge pull request #263 from doc-detective/buttons Enhance click functionality in findElement to support button option 284a08a
- Merge branch '2.19.0' into viewport-size f5f4109
hawkeyexl pushed 11 commits to visible-elements doc-detective/doc-detective-core
- Add runCode function to execute temporary scripts in various languages 54c4010
- Enhance click functionality in findElement to support button option 26cb7a8
- Add runCode case to runStep function for executing code snippets 9666276
- Add runCode test 25468b8
- Bump version to 2.19.0 and update dependencies in package.json and package-lock.json 6443712
- Update no-sandbox condition to check for Linux platform 88593f7
- Merge pull request #264 from doc-detective/runCode Add runCode function to execute temporary scripts in various lang... 2362ddb
- Merge branch '2.19.0' into buttons a5dcd81
- Add test artifact for right-click action on DuckDuckGo search box 43f1782
- Merge pull request #263 from doc-detective/buttons Enhance click functionality in findElement to support button option 284a08a
- Merge branch '2.19.0' into visible-elements f9bad57
hawkeyexl pushed 4 commits to 2.19.0 doc-detective/doc-detective-core
- Enhance click functionality in findElement to support button option 26cb7a8
- Merge branch '2.19.0' into buttons a5dcd81
- Add test artifact for right-click action on DuckDuckGo search box 43f1782
- Merge pull request #263 from doc-detective/buttons Enhance click functionality in findElement to support button option 284a08a
hawkeyexl pushed 1 commit to buttons doc-detective/doc-detective-core
- Add test artifact for right-click action on DuckDuckGo search box 43f1782