Leo

Results 39 issues of Leo

MergeSlice merges multiple slices without removing duplicates or shuffling the elements ```go result1 := lo.MergeSlice[int]([]int{1, 4, 7}, []int{2, 5, 8}, []int{3, 6, 9}) result2 := lo.MergeSlice[int]([]int{1}, []int{2, 5, 8}, []int{3,...

I reopen the PR from another branch, and process the conflict, the history messages is here: https://github.com/OpenDevin/OpenDevin/pull/121 @rbren @xingyaoww you can confirm the convention of building and pushing images. i...

I tried to interact with the FE and BE today, and i found the docker container will auto-recreate every time, I think it needs to be changed for more efficient...

enhancement

fix DTO fields error for #153 ![Xnip2024-03-26_14-12-21](https://github.com/OpenDevin/OpenDevin/assets/16201837/b214cd3a-28eb-4a01-b7e4-2efc7b0353d1)

![image](https://github.com/OpenDevin/OpenDevin/assets/16201837/d8ef9356-48ce-47db-afa3-232781c33cd9) ![image](https://github.com/OpenDevin/OpenDevin/assets/16201837/a1edace6-ae11-49da-a52d-8975b763f594)

This PR only changes the String Literal of Action and Observation to the schema.ActionType and schema.ObservationType. but I opened the Black Formater, so the change seems like a lot. 😄

this PR includes: 1. FE support reconnecting the WS after closing or refreshing the page. 2. add /auth to get a JWT token for the server identifies the client, mainly...