Hasan Kumar
Hasan Kumar
project_id need not be unique right? (I remember seeing tests to check for cases where same project_id in different accounts) (account_id, project_id) is the primary key Yes, it caused a...
Can't find the methods described by @maozguttman And this still seem to be an issue
This error still happens for me ``` About to run devcontainer build --workspace-folder /home/runner/work/rhythms/rhythms --config /home/runner/work/rhythms/rhythms/.devcontainer/mlai/devcontainer.json --image-name ghcr.io/GetRhythms/rhythms/rhythms-mlai-dev-mintuhouse/ruff:latest --cache-from ghcr.io/GetRhythms/rhythms/rhythms-mlai-dev-mintuhouse/ruff:latest --cache-from ghcr.io/GetRhythms/rhythms/rhythms-mlai-dev-main [2024-05-07T23:37:31.996Z] @devcontainers/cli 0.60.0. Node.js v18.20.2. linux 6.5.0-1018-azure x64....
We use docker compose ```jsonc // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose { "name": "ML AI (Rhythms)", "initializeCommand": "${localWorkspaceFolder}/.devcontainer/hostsetup", // Update the...
What worked for me incase anyone else is facing this issue when using Claude code within devcontainers inside your container set `CLAUDE_CONFIG_DIR` to point to some folder which is mounted...
Looks like https://github.com/GeorgeKaraszi/ActiveRecordExtended/pull/123 is merged but not released yet