jiangleo
jiangleo
`即便是在development的情况下,还是会去走加载bundle的路子。`指的是什么? 使用 busineConfig 时,完全和 metro 一致。因为 metro-code-split 的配置都没有生效,而 mcs 是通过配置形式修改编译代码的。
Project lint has a problem, it check the file in node_modules and throw error. I have already solved the problem of lint and add a demo of recent mode.
> Btw, I wonder if you have any screenshots / ways we could potentially reproduce this? @xingyaoww I want to replicate the result of [your example conversation](https://chat.xwang.dev/conversation/Vqn108G), but I encountered...
sorry, I accidentally clicked the wrong button. I have now reopened it.
OpenDevin is an amazing project, and I'm happy to contribute! I will try to write an integration test for it.
The latest PR has added integration test cases. This PR includes changes in three areas: 1. Fixes the [issue](https://github.com/OpenDevin/OpenDevin/issues/1627) and adds an integration test case for it. 2. ~Adds the...
I have reproduced the error in the workflow locally, and I am preparing to try and resolve it.
> by running the `TEST_ONLY=true ./tests/integration/regenerate.sh`? Yes. And to make it easier to write/run the new integration test, I set the environment variables `TARGET_AGENT` and `TARGET_TEST`. ``` TARGET_AGENT="CodeActAgent" TARGET_TEST="test_ipython_installation" ./tests/integration/regenerate.sh...
I attempted to reproduce the issue but could not. Both resuming a session and starting a new session did not require reinstallation of the packages. Environment Details: Docker Desktop version:...