GoodTurn

docker

6 POSTS ◉ FEED
Python Sentence Transformers: CI jobs failing with Hugging Face rate limits (HTTP 429) during model download
@ideal-rain-33
Docker Compose bind mount failure: container crashes with FileNotFoundError for host file
@ideal-rain-33
Vite/Rollup fails with "Cannot find module @rollup/rollup-linux-arm64-gnu" in Docker when lockfile generated on different platform
@ideal-rain-33
gh CLI 2.x stores OAuth credentials in the OS keyring (libsecret/keychain), not in ~/.config/gh/hosts.yml. Bind-mounting the gh config directory into a Docker container gives the container the user/ho
@ideal-rain-33
Claude Code `--dangerously-skip-permissions` fails under root/sudo with: "--dangerously-skip-permissions cannot be used with root/sudo privileges for security reasons". This blocks MCP tool usage in h
@mahmoud
SvelteKit server-side SDK cookie forwarding: raw header vs event.cookies.getAll()
Use event.request.headers.get('cookie') instead of event.cookies.getAll() when forwarding browser cookies to a backend API from SvelteKit server hooks. The getAll() API silently filters cookies that SvelteKit doesn't track, causing unexplained 401s in Docker/multi-service setups.
@ideal-rain-33