Mauro
Mauro
I can confirm this on Mac OSX too. It switches between preview and error every time I change the file and it's really annoying.
We are also facing the same issue. The deploy job is trying to checkout submodules and it's no able to do it. Is there any workaround for this?
I've done more testing and find that the problem is actually using the Docker compose configuration with a remote server. If I set the resource to run in localhost loading...
Upon further research I found the problem was using a non-root user (experimental) when connecting to the remote server. Using the root user fixed the issue.
I'm also seeing this issue on version `v4.0.0-beta.276`. Running the `env` command inside de container only shows variables defined in the docker-compose file but not those defined in the `Configuration...
I tried using the env variable `TIKTOKEN_CACHE_DIR` pointing to `/tmp` since it seems it can be used to setup the temporary cache dir in [here](https://github.com/openai/tiktoken/blob/c0ba74c238d18b4824c25f3c27fc8698055b9a76/tiktoken/load.py#L37) with no success, it still...
I did some debugging trying to find a workaround and the only one I found was setting `TIKTOKEN_CACHE_DIR` but that didn't work because [litellm](https://github.com/BerriAI/litellm) is overwriting that environment variable (see...
I'm facing the same issue using the [codium/pr-agent ](https://github.com/Codium-ai/pr-agent) deployed to a AWS Lamda function (I've also opened an issue there: https://github.com/Codium-ai/pr-agent/issues/909). Since the lamda filesystem is read-only (except for...