Mauro

Results 7 issues of Mauro

I'm trying to install ReSwift-Recorder with Cocoapods along with ReSwift 4.0.0 but I can't due to the latest version of ReSwift-Recorder depending on ReSwift 3.0.0: ``` $ pod install Analyzing...

help wanted

### Description Trying to configure an application with Docker compose in Coolify has been really challenging and frustrating. I've a project with a several docker compose configuration files that work...

🐞 Bug
👨‍🏭 Next

With this change the one-shot commands run from the UI use the environment variables from the container instead of the host. Closes #2172. Example: Container env vars: ![Captura de pantalla...

### Description I'm trying to run a command that uses interpolation with environment variables in it but the environment variables are not being correctly replaced. For example if a run...

[The latest uploaded image to Docker Hub](https://hub.docker.com/layers/ducktors/turborepo-remote-cache/latest/images/sha256-d775e798ca801f16a8713cbf00107966e529e5825bcaabe4ae664577ab7d454b?context=explore) seems to don't have support for arm64 architecture. Previous images v2.1.2 and 2.1.1 seem to have support for arm64 but I'm getting the...

bug

With this change the scheduled tasks' commands use the environment variables from the container instead of the host. I applied the same fix that I use for https://github.com/coollabsio/coolify/pull/2173, surrounding the...

Using latest version from main with model `gpt-4o` throws the following error when running on AWS Lamda: ``` Failed to clip tokens: [Errno 30] Read-only file system: '/var/lang/lib/python3.10/site-packages/litellm/llms/tokenizers/fb374d419588a4632f3f557e76b4b70aebbca790.3633445e-4ab0-4767-8f6a-0cd5fd32eb79.tmp'\n ``` __Stack...