Mislav Lukach
Mislav Lukach
@dbaq any updates on email retrieval?
Still a problem. I cannot determine the initial height so I'm tweaking a `measured: false` in a postinstall script 😢
Same thing here. It seems to be working but then it just stops. You can't write multiple times in a row. To be more specific, it works 9/10 times. But...
Same issue here :(
@MischaPanch I believe this has been resolved. Here's latest update for 3 mentioned error types: 1. litellm InternalServerError 2. litellm RateLimitError 3. litellm Timeout Retry logic is in place which...
@amanape I've responded on all FE comments. I think I get the backend comments, will do the changes and let you know when the PR is changed. Thanks for the...
@amanape I think I understand what happens on the backend. So instead of manually processing file uploads in files.py, we're going to delegate it to the runtime. Next step would...
@amanape latest update: https://github.com/All-Hands-AI/OpenHands/pull/8945/commits/949a8f93ba7b11b56c96abd224d242770b1e1570 We now use FileWrite action to write to workspace. It works well. I'm using docker runtime locally and I was able to verify that by checking...
@OpenHands Please fix failing CI