AbhisekOmkar

Results 18 comments of AbhisekOmkar

I would like to work with this :)

That will load all the JPG image in the current directory, assemble them into a huge grid, 20 images across, and write as a TIFF pyramid. You'd need to check...

It would be great to have both the options of installing opendevin all the way through, or we can install opendevin in one click until we're done with the one-click...

or should i make the changes in makefile ?

we can go for `make opendevin` as a one target

@rbren what approach we should use ?

we can add in make file then ? opendevin: @$(MAKE) -s build @$(MAKE) -s setup-config @$(MAKE) -s run

thnx @lowlyocean for bringing this issue to our attention

@Exlo84 can you fix below errors in Lint /home/runner/work/OpenDevin/OpenDevin/frontend/src/i18n/index.ts Error: 11:34 error Insert `,` prettier/prettier Error: 12:3 error Delete `⏎` prettier/prettier ✖ 2 problems (2 errors, 0 warnings) 2 errors...

Based on the provided information, there doesn't seem to be any issue with starting the backend server using uvicorn. The server is running successfully on http://127.0.0.1:3000, and the application startup...