imeDevelopers

Results 38 comments of imeDevelopers

@bounty1342 You please read the docs: A flutter library to show images from the internet and keep them in the cache directory. you should "keep them in the cache directory"...

@bounty1342 Can you explain ?! why don't you "simply" save the image "at it's full size, normally" in the cache folder and return it as resized by width & height...

@renefloor Are you ready to solve the issue ? the image are cached in memory not the disk ! how to save it on the disk ? @bounty1342 was say...

can you add cities? like this: https://raw.githubusercontent.com/samayo/country-json/master/src/country-by-cities.json can you add airports? like this: https://github.com/algolia/datasets/blob/master/airports/airports.json

about the "languages" json key, can we add "isRTL": true | false to determine if this language is from Right to left or not?

If you note in the error log you will find `04:58:55 - openhands:INFO: runtime.py:204 - Mount dir: /workspace` this line may take about 10 minutes! (if not more!) and blocking...

@mamoodi > Hi again! Just wondering does anything change if you run with the main tag? > ``` > docker run -it --pull=always \ > -e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:0.9.2-nikolaik \ > -e...

@mamoodi @tobitege I did it manually by following [Development Setup](https://github.com/All-Hands-AI/OpenHands/blob/main/Development.md) and it worked, but I faced Issues that the docker image (user "openhands") wasn't able to change/edit/add files to "workspace"...

Also enhance the CodeActAgent to work much better using [CCS](https://github.com/Agentic-Insights/codebase-context-spec), this will give the agent very good reference that can get back to it at any time while editing the...

Use case, the error happened directly after this request/input: I need you to login to "https://www.example.com/login" with these credentials username "username123", password "password123" and visit the user profile and give...