David Anyatonwu
David Anyatonwu
Some dependencies listed in requirements.txt contain local file paths that point to builds done on a specific system. For example: `anyio @ file:///home/conda/feedstock_root/build_artifacts/anyio_1666191106763/work/dist ` These local paths will fail to...
fixes #664 /closes #664 /claim #664
Fixes #766 /claim #766 **What kind of change does this PR introduce?** Feature **Summary** This PR introduces support for multi-monitor setups in the `take_screenshot` function. It includes the following changes:...
--- Fixes #760 /claim #760 **What kind of change does this PR introduce?** Feature **Summary** This PR introduces the `CursorReplayStrategy` feature, which allows the AI model to suggest coordinates for...
/claim #775 Closes #775 **What kind of change does this PR introduce?** Feature **Summary** This pull request adds an automated test for the recording functionality in the OpenAdapt system. The...
/claim #777 Fixes: #777
/claim #318 Fixes: #318
**Summary:** This refactor enhances the of API calls by leveraging tokio_retry for automatic retries with an exponential backoff strategy. - Moved retry logic from InferTypeName to Wizard struct - Implemented...
### Description When attempting to build the project using `pnpm tauri:build`, the process fails due to compilation errors in the `ffmpeg-next` dependency. ### Reproduction 1. Clone the Cap repository 2....