This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| if [ $# -ne 1 ]; then | |
| echo "Usage: $0 <branch-name>" >&2 | |
| exit 1 | |
| fi | |
| if ! command -v codex >/dev/null 2>&1; then | |
| echo "codex CLI not found on PATH; install codex before running this script." >&2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # bootstrap_asdf_prebuilt.sh – pulls binary OTP builds, so no C tool-chain needed | |
| set -euo pipefail | |
| export DEBIAN_FRONTEND=noninteractive | |
| PG_VERSION="17" | |
| PG_CLUSTER="main" | |
| PG_SUPERUSER="postgres" # Default superuser name | |
| PG_PASSWORD="postgres" # Custom password for superuser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "id": 1, | |
| "value": { | |
| "text": "default", | |
| "widget": "default" | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "value": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "id": 1, | |
| "value": { | |
| "question": "What sparks your curiosity?", | |
| "options": [ "space", "Elon Musk", "crypto" ] | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "value": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "id": 1, | |
| "value": { | |
| "text": "Get notifications straight to your desktop" | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "value": { | |
| "text": "Be the first to know when Tesla becomes profitable." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "id": 1, | |
| "value": { | |
| "text": "Did you like this?" | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "value": { | |
| "text": "Did this spark your curiosity?" |
NewerOlder