Arno.Edwards

Results 13 issues of Arno.Edwards

## Issue Description Hi, I've encountered an issue with `jedi` where it fails to process files that **doesn't** contain lambda expressions. This issue arose after I introduced `dynaconf` to manage...

bug

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_...

Feature

**Technical Design** - **Credentials Validation:** Modify the endpoint to first check if the `credentials.credentials` is valid and contains a usable JWT. If invalid or missing, generate a new session ID...

- Replace direct installation of Poetry with pipx to ensure isolated environment setups. - Enable caching for Poetry dependencies using setup-python action to improve build efficiency. logs: [here](https://github.com/Umpire2018/OpenDevin/actions/runs/8829187516)

- Replace direct installation of Poetry with pipx to ensure isolated environment setups. - Enable caching for Poetry dependencies using setup-python action to improve build efficiency. - Refactor the job...

close #1634 **TODO** - [ ] Modify tests in `tests/unit/test_action_serialization.py` to make sure use the correct type like uses str type for id. - [ ] Add more tests in...

**Description** We currently have a GitHub Actions setup that manages the build and push process for Docker images. This setup is triggered by both direct pushes and pull requests from...

enhancement
severity:low

- Implement reusable workflow `setup-environment.yml` to configure the test environment on both macOS and Ubuntu. - Add back missing `test-only-sandbox-on-macos` in previous commit.